~rhaenys/infra-essos

ref: 110e13b8beac0b80eabc50e63b9a2a84478711f5 infra-essos/nixos/common.nix -rw-r--r-- 181 bytes
110e13b8 — rhaenys feat: major refact, proxmox -> libvirtd 6 days ago
                                                                                
3cda9d73 rhaenys
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
  ];
}