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