hosts and modules restructuring

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-12-06 19:30:28 +05:30
parent d654ab9463
commit 42843126e3
19 changed files with 137 additions and 100 deletions

16
modules/minpkgs.nix Normal file
View File

@@ -0,0 +1,16 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
git
htop
vim
wireguard-tools
vault
tree-sitter
rnix-lsp
nmap
gcc
fly
postgresql #for the client cli
];
}