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
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue