add server

This commit is contained in:
kp2pml30 2025-01-26 19:33:07 +04:00
parent 284b131058
commit 95f65d9c03
18 changed files with 358 additions and 112 deletions

View file

@ -14,4 +14,9 @@ in {
./opera.nix
./steam.nix
];
environment.systemPackages = with pkgs; [
fira-code
fira-code-nerdfont
];
}