This commit is contained in:
Dragyx 2024-04-29 13:17:54 +02:00
commit 03eea56a44
99 changed files with 679 additions and 12821 deletions

View file

@ -34,7 +34,7 @@ in {
config = mkIf cfg.enable {
programs.zsh.enable = true;
users.users.${username}.shell = pkgs.zsh;
# users.users.${username}.shell = pkgs.zsh;
environment = {
shells = [ pkgs.zsh ];
pathsToLink = [ "/share/zsh" ];