added hostname specific programs, platform programs, common programs

This commit is contained in:
Wyatt J. Miller 2024-11-23 00:05:59 -05:00
parent c0bc83552b
commit 72c9007b05
3 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@
obsidian obsidian
vscode vscode
weechat weechat
inetutils
# misc # misc
cowsay cowsay

View File

@ -8,5 +8,8 @@
betterdiscordctl betterdiscordctl
vesktop vesktop
xdg-utils xdg-utils
mcrcon
xfce.thunar
pavucontrol
]); ]);
} }

View File

@ -128,6 +128,9 @@
# Enable gamescope (compositor) when needed # Enable gamescope (compositor) when needed
programs.gamescope.enable = true; programs.gamescope.enable = true;
# Enable dconf
programs.dconf.enable = true;
# Add username to groups "wheel" and "video" - more may be added here later # Add username to groups "wheel" and "video" - more may be added here later
users.users.${userName}.extraGroups = ["wheel" "video" "gamemode" "podman" "network"]; users.users.${userName}.extraGroups = ["wheel" "video" "gamemode" "podman" "network"];