home: Remove some unused packages

This commit is contained in:
Erwin Boskma 2024-12-29 17:30:45 +01:00
parent 7aae858809
commit f05d18d4ce
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -303,7 +303,6 @@ in
attic-client attic-client
bitwarden-cli bitwarden-cli
blink1-tool blink1-tool
bottles
bottom bottom
dconf dconf
dbeaver-bin dbeaver-bin
@ -345,16 +344,12 @@ in
pass pass
passmark-performancetest passmark-performancetest
pavucontrol pavucontrol
povray
procs procs
prusa-slicer prusa-slicer
qgis qgis
remmina remmina
ripgrep ripgrep
sshfs sshfs
steam
steamcmd
steam-tui
units units
unzip unzip
vial vial
@ -554,7 +549,9 @@ in
programs = { programs = {
steam = { steam = {
enable = true; enable = true;
package = pkgs.steam.override { extraPkgs = sp: with sp; [ gamescope ]; }; extraPackages = [
pkgs.gamescope
];
gamescopeSession = { gamescopeSession = {
enable = true; enable = true;
@ -597,7 +594,7 @@ in
}; };
services = { services = {
ddccontrol.enable = true; ddccontrol.enable = false;
livebook = { livebook = {
enableUserService = false; enableUserService = false;