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

View file

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

View file

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

View file

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

View file

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