summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-11 21:56:27 +0100
committeradikro <adikro@disroot.org>2025-11-11 21:56:27 +0100
commit561db603d2d0ada8ceeae9f285e240638f1263e5 (patch)
treee383aaabd77468b00e5c22d5dbc5ba56ab210e3b /hosts/desktop/configuration.nix
parent99ded8236b005c1fc7d6a8a68ba1c0cc9fa9c5bd (diff)
i forgor
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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;
};