fix deprecated options
This commit is contained in:
parent
f805c5bc29
commit
c25585b2b7
|
@ -14,7 +14,7 @@ in
|
||||||
[ (import ./bootloader.nix) ]
|
[ (import ./bootloader.nix) ]
|
||||||
++ [ (import ./hardware.nix) ]
|
++ [ (import ./hardware.nix) ]
|
||||||
++ [ (import ./xserver.nix) ]
|
++ [ (import ./xserver.nix) ]
|
||||||
++ [ (import ./steam.nix) ]
|
# ++ [ (import ./steam.nix) ]
|
||||||
++ [ (import ./network.nix) ]
|
++ [ (import ./network.nix) ]
|
||||||
++ [ (import ./pipewire.nix) ]
|
++ [ (import ./pipewire.nix) ]
|
||||||
++ [ (import ./program.nix) ]
|
++ [ (import ./program.nix) ]
|
||||||
|
|
|
@ -11,4 +11,11 @@
|
||||||
"steam-original"
|
"steam-original"
|
||||||
"steam-runtime"
|
"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:
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
gamemode
|
gamemode
|
||||||
gamescope
|
gamescope
|
||||||
winetricks
|
winetricks
|
||||||
inputs.nix-gaming.packages.${pkgs.system}.proton-ge
|
|
||||||
inputs.nix-gaming.packages.${pkgs.system}.wine-ge
|
inputs.nix-gaming.packages.${pkgs.system}.wine-ge
|
||||||
|
|
||||||
## Cli games
|
## Cli games
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue