From 561db603d2d0ada8ceeae9f285e240638f1263e5 Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 11 Nov 2025 21:56:27 +0100 Subject: i forgor --- hosts/desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index c206d8f..599302d 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -114,7 +114,7 @@ programs.fish.enable = true; users.users.adam = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "input" ]; home = "/home/adam"; shell = pkgs.fish; }; -- cgit v1.3