chore: package changes

This commit is contained in:
Leon Schwarzäugl 2025-02-25 14:02:03 +01:00
parent f2267de522
commit a9eadbe2ed
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 15 additions and 13 deletions

View file

@ -7977,7 +7977,7 @@ This opens a few gaming ports and installs the steam configuration suite for gam
programs.steam = {
enable = true;
package = pkgs.stable.steam;
package = pkgs.steam;
extraCompatPackages = [
pkgs.proton-ge-bin
];
@ -8517,7 +8517,7 @@ This holds packages that I can use as provided, or with small modifications (as
unzip
#nautilus
nautilus
stable.gnome.nautilus
xfce.tumbler
libgsf
@ -10863,14 +10863,14 @@ The rest of the settings is at [[#h:fb3f3e01-7df4-4b06-9e91-aa9cac61a431][gaming
# specialisation = {
# gaming.configuration = {
home.packages = with pkgs; [
stable.lutris
lutris
wine
winetricks
libudev-zero
dwarfs
fuse-overlayfs
# steam
# steam-run
steam-run
patchelf
gamescope
vulkan-tools
@ -10878,8 +10878,9 @@ The rest of the settings is at [[#h:fb3f3e01-7df4-4b06-9e91-aa9cac61a431][gaming
ns-usbloader
quark-goldleaf
# gog games installing
# heroic
heroic
# minecraft
prismlauncher # has overrides
@ -10915,7 +10916,7 @@ The rest of the settings is at [[#h:bbf2ecb6-c8ff-4462-b5d5-d45b28604ddf][work]]
awscli2
libguestfs-with-appliance
stable.prometheus.cli
ciscoPacketTracer8
tigervnc
];
home.sessionVariables = {

View file

@ -119,7 +119,7 @@
unzip
#nautilus
nautilus
stable.gnome.nautilus
xfce.tumbler
libgsf
@ -136,7 +136,7 @@
# the following packages are used (in some way) by waybar
playerctl
pavucontrol
pamixer
stable.pamixer
# gnome.gnome-clocks
# wlogout
# jdiskreport

View file

@ -3,14 +3,14 @@
# specialisation = {
# gaming.configuration = {
home.packages = with pkgs; [
stable.lutris
lutris
wine
winetricks
libudev-zero
dwarfs
fuse-overlayfs
# steam
# steam-run
steam-run
patchelf
gamescope
vulkan-tools
@ -18,8 +18,9 @@
ns-usbloader
quark-goldleaf
# gog games installing
# heroic
heroic
# minecraft
prismlauncher # has overrides

View file

@ -10,7 +10,7 @@
awscli2
libguestfs-with-appliance
stable.prometheus.cli
ciscoPacketTracer8
tigervnc
];
home.sessionVariables = {

View file

@ -19,7 +19,7 @@
programs.steam = {
enable = true;
package = pkgs.stable.steam;
package = pkgs.steam;
extraCompatPackages = [
pkgs.proton-ge-bin
];