solis fix

This commit is contained in:
KoenDR06 2025-02-28 00:16:44 +01:00
parent 5ad7a0ab05
commit 07dc6ff98c
3 changed files with 7 additions and 3 deletions

View file

@ -33,5 +33,9 @@
apps = { apps = {
terminal.enable = true; terminal.enable = true;
}; };
terminal = {
zsh.enable = true;
}:
}; };
} }

View file

@ -47,8 +47,5 @@ in {
xclip xclip
]; ];
}; };
# Docker
virtualisation.docker.enable = true;
}; };
} }

View file

@ -38,5 +38,8 @@ in {
unzip unzip
wakeonlan wakeonlan
]; ];
# Docker
virtualisation.docker.enable = true;
}; };
} }