flake
This commit is contained in:
parent
eaf2b014d2
commit
a8949549bd
1 changed files with 5 additions and 4 deletions
|
@ -33,6 +33,7 @@
|
|||
userEmail = "osh@oshgnacknak.de";
|
||||
};
|
||||
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||
|
@ -42,6 +43,10 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
programs.bash.initExtra = ''
|
||||
exec zsh
|
||||
'';
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
|
@ -57,10 +62,6 @@
|
|||
[ -f "$HOME/.config/zshrc" ] && source $HOME/.config/zshrc
|
||||
'';
|
||||
|
||||
programs.bash.initExtra = ''
|
||||
exec zsh
|
||||
'';
|
||||
|
||||
plugins = [
|
||||
{
|
||||
name = "manydots-magic";
|
||||
|
|
Loading…
Add table
Reference in a new issue