home: Remove some unused packages
This commit is contained in:
parent
7aae858809
commit
f05d18d4ce
1 changed files with 4 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue