massive rewrite using flake-parts
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
16
hosts/modules/minpkgs.nix
Normal file
16
hosts/modules/minpkgs.nix
Normal 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
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user