This commit is contained in:
4DBug
2026-02-04 16:43:38 -06:00
parent d25f508b25
commit 37ff9e91ff
21 changed files with 934 additions and 0 deletions

22
new/devices/server.nix Normal file
View File

@@ -0,0 +1,22 @@
{ config, pkgs, ... }:
{
imports = [
../modules/vscode-server.nix
../modules/mailserver.nix
];
environment.systemPackages = with pkgs; [
nh
comma
nix-index
home-manager
micro
wget
git
fastfetch
];
}