summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-08-31 10:38:47 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-08-31 10:38:47 +0200
commitf167fcb91d17930be292a29834e6ef904a544b7f (patch)
tree34820e570f243765d9f05b160143e23027e65749 /modules
parentb7afb385ccd3eb3c48a92e286718fe2f6357cf71 (diff)
Diffstat (limited to 'modules')
-rw-r--r--modules/system-packages.nix1
-rw-r--r--modules/user-profiles/defin.nix2
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";