diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-10-04 13:41:12 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-10-04 13:41:12 +0200 |
| commit | 38231218792e8cb112c229fc6b55cdcb5caae95c (patch) | |
| tree | 0a2e86cdfb9755fb4b832f89bf107c6dfdb12b70 /users | |
| parent | dc44f954a0db4e484da80377f645d459fcf901dc (diff) | |
Fix spotifyd and add nom + update script
Diffstat (limited to 'users')
| -rw-r--r-- | users/wilkuu.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/wilkuu.nix b/users/wilkuu.nix index c4e7cf3..b4882bf 100644 --- a/users/wilkuu.nix +++ b/users/wilkuu.nix @@ -1,11 +1,12 @@ {pkgs, lib, config,...}: { imports = [./user-common.nix]; programs.zsh.enable = true; + programs.adb.enable = true; users.users.wilkuu = { shell = pkgs.zsh; isNormalUser = true; initialPassword = "PleazeChangeThis123"; - extraGroups = [ "wheel" "networkmanager" "input" "docker" "adbusers" "libvirtd" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "adbusers" "networkmanager" "input" "docker" "adbusers" "libvirtd" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ home-manager ]; |
