From 38231218792e8cb112c229fc6b55cdcb5caae95c Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 4 Oct 2025 13:41:12 +0200 Subject: Fix spotifyd and add nom + update script --- users/wilkuu.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/wilkuu.nix') 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 ]; -- cgit v1.3.1