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
|
||||
wine
|
||||
dxvk_2
|
||||
mangohud
|
||||
#zsh-autosuggestions
|
||||
#zsh-autocomplete
|
||||
#zsh-powerlevel10k
|
||||
|
@ -126,6 +127,8 @@
|
|||
bold_font auto";
|
||||
};
|
||||
|
||||
programs.mangohud.enable = true;
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue