push
This commit is contained in:
22
new/devices/server.nix
Normal file
22
new/devices/server.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user