DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 8c36e1a019c5bde84a09768918dd4d3ff2432db5 nix-arta/modules/hosts/ws/alice/_nixos/not-managed-by-modules-yet.nix -rw-r--r-- 173 bytes
8c36e1a0Jonni Liljamo feat: alice initial 3 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
{pkgs, ...}: {
  environment.systemPackages = with pkgs; [
    keepassxc
    firefox

    prismlauncher

    # k8s stuff
    talosctl
    kubectl
    kubernetes-helm
  ];
}