wip flake approach for new machine

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-25 18:31:20 -06:00
parent 9e13bd7c09
commit 4425a61dda
3 changed files with 258 additions and 81 deletions

View file

@ -3,7 +3,11 @@
...
}:
{
programs.zsh.enable = true;
programs.zsh = {
enable = true;
enableCompletion = true;
};
environment.pathsToLink = [ "/share/zsh" ];
users.defaultUserShell = pkgs.zsh;
}