server updates
This commit is contained in:
parent
9fd98381ea
commit
c4b0a468e3
3 changed files with 145 additions and 51 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue