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";
|
userEmail = "osh@oshgnacknak.de";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = neovim-nightly-overlay.packages.${pkgs.system}.default;
|
package = neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||||
|
@ -42,6 +43,10 @@
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
programs.bash.initExtra = ''
|
||||||
|
exec zsh
|
||||||
|
'';
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -57,10 +62,6 @@
|
||||||
[ -f "$HOME/.config/zshrc" ] && source $HOME/.config/zshrc
|
[ -f "$HOME/.config/zshrc" ] && source $HOME/.config/zshrc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.bash.initExtra = ''
|
|
||||||
exec zsh
|
|
||||||
'';
|
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
name = "manydots-magic";
|
name = "manydots-magic";
|
||||||
|
|
Loading…
Add table
Reference in a new issue