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