fix deprecated options
This commit is contained in:
parent
f805c5bc29
commit
c25585b2b7
4 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue