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; [ environment.systemPackages = with pkgs; [
(pkgs.writeShellScriptBin "nrbs" ''
nixos-rebuild switch
'')
bash bash
wget wget
git git
eza eza
python312 python312
uv uv
appdaemon
]; ];
virtualisation.docker.enable = true; virtualisation.docker.enable = true;