add myself to input group for access to touchpad gestures

This commit is contained in:
Trolli Schmittlauch 2019-11-22 20:03:38 +01:00
parent 1f762ad30d
commit 93cc3adbd0

View file

@ -148,7 +148,7 @@ in {
users.extraUsers.spiollinux = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" ];
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" "input" ];
shell = pkgs.zsh;
};
#home-manager.users.spiollinux = import "${users.users.spiollinux.home}/nixconfigs/home/home.nix" { pkgs, ...};