diff --git a/SwarselSystems.org b/SwarselSystems.org index 9828311..7c5ff32 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -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 = { diff --git a/profiles/home/common/packages.nix b/profiles/home/common/packages.nix index 201c985..52f61e1 100644 --- a/profiles/home/common/packages.nix +++ b/profiles/home/common/packages.nix @@ -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 diff --git a/profiles/home/optional/gaming.nix b/profiles/home/optional/gaming.nix index 0c6937c..58fe580 100644 --- a/profiles/home/optional/gaming.nix +++ b/profiles/home/optional/gaming.nix @@ -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 diff --git a/profiles/home/optional/work.nix b/profiles/home/optional/work.nix index bd576a1..e91464a 100644 --- a/profiles/home/optional/work.nix +++ b/profiles/home/optional/work.nix @@ -10,7 +10,7 @@ awscli2 libguestfs-with-appliance stable.prometheus.cli - ciscoPacketTracer8 + tigervnc ]; home.sessionVariables = { diff --git a/profiles/nixos/optional/gaming.nix b/profiles/nixos/optional/gaming.nix index 1748c32..edbe483 100644 --- a/profiles/nixos/optional/gaming.nix +++ b/profiles/nixos/optional/gaming.nix @@ -19,7 +19,7 @@ programs.steam = { enable = true; - package = pkgs.stable.steam; + package = pkgs.steam; extraCompatPackages = [ pkgs.proton-ge-bin ];