From 162ee437db2ed699755b363d6b6fcd4f8f6eff65 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 2 Aug 2024 16:05:50 -0400 Subject: [PATCH] thelio76: add user to virt group --- config/modules/bspwm/bspwm.nix | 3 +++ config/modules/system76-pc.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" ]; }; }