DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: afbe23d855b76fd097325a8e9bdc92f73a2f27a6 nix-arta/modules/hosts/ws/alice/_nixos/not-managed-by-modules-yet.nix -rw-r--r-- 196 bytes
afbe23d8Jonni Liljamo nix: reorder substituters 18 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{pkgs, ...}: {
  environment.systemPackages = with pkgs; [
    keepassxc
    firefox

    prismlauncher

    # infra tools
    talosctl
    kubectl
    kubernetes-helm
    k9s
    opentofu
  ];
}