disabled rio enabled alacritty fixed initExtra deprication in zsh hm config
This commit is contained in:
parent
25112eeb70
commit
28526185e4
2 changed files with 5 additions and 5 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
];
|
];
|
||||||
speccon18.hm.alacritty.enable = false;
|
speccon18.hm.alacritty.enable = true;
|
||||||
speccon18.hm.direnv.enable = true;
|
speccon18.hm.direnv.enable = true;
|
||||||
speccon18.hm.git.enable = true;
|
speccon18.hm.git.enable = true;
|
||||||
speccon18.hm.ncspot.enable = false;
|
speccon18.hm.ncspot.enable = false;
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
speccon18.hm.zellij.enable = false;
|
speccon18.hm.zellij.enable = false;
|
||||||
speccon18.hm.zoxide.enable = false;
|
speccon18.hm.zoxide.enable = false;
|
||||||
speccon18.hm.zsh.enable = true;
|
speccon18.hm.zsh.enable = true;
|
||||||
speccon18.hm.rio.enable = true;
|
speccon18.hm.rio.enable = false;
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
|
|
@ -47,8 +47,8 @@
|
||||||
gimp
|
gimp
|
||||||
vlc
|
vlc
|
||||||
atuin
|
atuin
|
||||||
rio
|
#rio
|
||||||
imgcat
|
#imgcat
|
||||||
|
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# This adds the atuin init line to your Zsh config
|
# This adds the atuin init line to your Zsh config
|
||||||
initExtra = ''
|
initContent = ''
|
||||||
eval "$(atuin init zsh)"
|
eval "$(atuin init zsh)"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue