diff --git a/config/modules/bspwm/bspwm.nix b/config/modules/bspwm/bspwm.nix index e7ddc28..c027780 100644 --- a/config/modules/bspwm/bspwm.nix +++ b/config/modules/bspwm/bspwm.nix @@ -31,9 +31,12 @@ ''; startupPrograms = [ "bluetoothd" + "flameshot" + "nextcloud-client" "picom" "polybar primary" "polybar secondary" + "steam" ]; }; } diff --git a/config/modules/system76-pc.nix b/config/modules/system76-pc.nix index df48956..6858f2c 100644 --- a/config/modules/system76-pc.nix +++ b/config/modules/system76-pc.nix @@ -97,6 +97,6 @@ users.users.alex = { isNormalUser = true; description = "Alex"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; }; }