diff --git a/modules/core/default.nix b/modules/core/default.nix index 4b8df7d..7c34ed5 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -14,7 +14,7 @@ in [ (import ./bootloader.nix) ] ++ [ (import ./hardware.nix) ] ++ [ (import ./xserver.nix) ] - ++ [ (import ./steam.nix) ] + # ++ [ (import ./steam.nix) ] ++ [ (import ./network.nix) ] ++ [ (import ./pipewire.nix) ] ++ [ (import ./program.nix) ] diff --git a/modules/core/steam.nix b/modules/core/steam.nix index 0308ffd..beaa0a8 100644 --- a/modules/core/steam.nix +++ b/modules/core/steam.nix @@ -11,4 +11,11 @@ "steam-original" "steam-runtime" ]; + # proton-ge-bin + +# warning: The package proton-ge in nix-gaming has been deprecated as of 2024-03-17. + +# You should use proton-ge-bin from Nixpkgs, which conforms to +# the new `extraCompatTools` module option under `programs.steam` +# For details, see the relevant pull request: } diff --git a/modules/home/gaming/default.nix b/modules/home/gaming/default.nix index 1decd8f..f2353cb 100644 --- a/modules/home/gaming/default.nix +++ b/modules/home/gaming/default.nix @@ -5,7 +5,6 @@ gamemode gamescope winetricks - inputs.nix-gaming.packages.${pkgs.system}.proton-ge inputs.nix-gaming.packages.${pkgs.system}.wine-ge ## Cli games diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index fb554b3..70960ad 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -3,7 +3,7 @@ programs.zsh = { enable = true; enableCompletion = true; - enableAutosuggestions = true; + autosuggestion.enable = true; syntaxHighlighting.enable = true; oh-my-zsh = { enable = true;