Compare commits

..

No commits in common. "da79b76e8d42cee1cc7f612c7f24a9e5aa1f4080" and "9827b88f34e1152481c335c7370b184c3e900cd9" have entirely different histories.

View File

@ -8,10 +8,4 @@
theme = "bira";
};
};
home.file.".bash_profile".text = ''
export SHELL=${pkgs.zsh}/bin/zsh
[ -f ''${HOME}/.bashrc ] && . ''${HOME}/.bashrc
exec ${pkgs.zsh}/bin/zsh
'';
}