add myself to input group for access to touchpad gestures
This commit is contained in:
parent
1f762ad30d
commit
93cc3adbd0
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ in {
|
||||||
users.extraUsers.spiollinux = {
|
users.extraUsers.spiollinux = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" ];
|
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" "input" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
#home-manager.users.spiollinux = import "${users.users.spiollinux.home}/nixconfigs/home/home.nix" { pkgs, ...};
|
#home-manager.users.spiollinux = import "${users.users.spiollinux.home}/nixconfigs/home/home.nix" { pkgs, ...};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue