server updates

This commit is contained in:
alsaiduq-lab 2026-01-03 20:18:31 -07:00
parent 9fd98381ea
commit c4b0a468e3
3 changed files with 145 additions and 51 deletions

View file

@ -23,6 +23,7 @@
./modules/python.nix
./modules/go.nix
./modules/ld.nix
./modules/core.nix
];
system.stateVersion = "25.11";
@ -33,8 +34,9 @@
programs.fish.enable = true;
npm.enable = true;
environment.systemPackages = with pkgs; [
busybox
xclip
direnv
];