add myself to input group for access to touchpad gestures
This commit is contained in:
parent
1f762ad30d
commit
93cc3adbd0
|
@ -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, ...};
|
||||
|
|
Loading…
Reference in a new issue