added appdaemon installation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user