From c25585b2b738644b7e131f4c755bc1269d68988e Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 21 Mar 2024 11:12:20 +0100 Subject: [PATCH] fix deprecated options --- modules/core/default.nix | 2 +- modules/core/steam.nix | 7 +++++++ modules/home/gaming/default.nix | 1 - modules/home/zsh/default.nix | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) 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;