Renamed system-master into henrovnix

This commit is contained in:
2026-02-23 17:57:21 +01:00
parent 922d3241ce
commit caefb3c0f4
8843 changed files with 107078 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ pkgs, user, ... }:
{
console.useXkbConfig = true;
users.users.${user.username}.shell = pkgs.zsh;
programs.zsh.enable = true;
environment.shells = [ pkgs.zsh ];
environment.pathsToLink = [ "/share/zsh" ];
}