added appdaemon installation

This commit is contained in:
John Lancaster
2024-09-13 02:31:08 +00:00
parent 139689e91f
commit 5cad713a36

View File

@@ -7,12 +7,16 @@
];
environment.systemPackages = with pkgs; [
(pkgs.writeShellScriptBin "nrbs" ''
nixos-rebuild switch
'')
bash
wget
git
eza
python312
uv
appdaemon
];
virtualisation.docker.enable = true;