Compare commits
2 Commits
9827b88f34
...
da79b76e8d
Author | SHA1 | Date | |
---|---|---|---|
|
da79b76e8d | ||
|
f4d67b9af7 |
@ -8,4 +8,10 @@
|
||||
theme = "bira";
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".bash_profile".text = ''
|
||||
export SHELL=${pkgs.zsh}/bin/zsh
|
||||
[ -f ''${HOME}/.bashrc ] && . ''${HOME}/.bashrc
|
||||
exec ${pkgs.zsh}/bin/zsh
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user