before npins

This commit is contained in:
atagen 2025-04-06 23:50:50 +10:00
parent d429476553
commit 63fbd6d499
22 changed files with 627 additions and 330 deletions

View file

@ -7,5 +7,6 @@
nil
statix
deadnix
npins
];
}

View file

@ -8,11 +8,10 @@ in
};
programs.autojump.enable = true;
environment.systemPackages = [
elvish
fish
];
environment.shells = [ elvish ];
users.defaultUserShell = elvish;
environment.shells = [ fish ];
users.defaultUserShell = fish;
console = {
font = "Lat2-Terminus16";
};