~rhaenys/infra-essos

ref: 3cda9d73aa2783d38b4decfc3820a002fbfb1f62 infra-essos/nixos/common.nix -rw-r--r-- 181 bytes
3cda9d73 — rhaenys feat: initial commit w proxmox 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{ inputs, lib, config, pkgs, overlays, ...}: {
  nixpkgs.overlays = overlays;

  environment.systemPackages = with pkgs; [
    neovim
    wget
    bottom
    bat
    ripgrep
  ];
}