diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system-packages.nix | 1 | ||||
| -rw-r--r-- | modules/user-profiles/defin.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/system-packages.nix b/modules/system-packages.nix index 3641703..eb86590 100644 --- a/modules/system-packages.nix +++ b/modules/system-packages.nix @@ -50,6 +50,7 @@ in wget unzip git + wl-clipboard #For hyprland waybar #For sway diff --git a/modules/user-profiles/defin.nix b/modules/user-profiles/defin.nix index 40cbc57..253c8db 100644 --- a/modules/user-profiles/defin.nix +++ b/modules/user-profiles/defin.nix @@ -7,7 +7,7 @@ users.defin = { isNormalUser = true; description = "Devin Finlinson"; - extraGroups = [ "wheel" "builders" "video"]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "builders" "video" "input"]; # Enable ‘sudo’ for the user. shell = pkgs.nushell; hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0"; |
