updated home-manager config
This commit is contained in:
parent
e39c9f3274
commit
2255045b87
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
@ -58,6 +58,7 @@
|
||||||
lutris
|
lutris
|
||||||
wine
|
wine
|
||||||
dxvk_2
|
dxvk_2
|
||||||
|
mangohud
|
||||||
#zsh-autosuggestions
|
#zsh-autosuggestions
|
||||||
#zsh-autocomplete
|
#zsh-autocomplete
|
||||||
#zsh-powerlevel10k
|
#zsh-powerlevel10k
|
||||||
|
@ -126,6 +127,8 @@
|
||||||
bold_font auto";
|
bold_font auto";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.mangohud.enable = true;
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue