This commit is contained in:
KaitoTLex 2024-09-27 08:07:41 -07:00
parent 6162345da4
commit 7dffbd9b79
5 changed files with 137 additions and 0 deletions

9
hosts/kuroko/default.nix Normal file
View file

@ -0,0 +1,9 @@
{
imports = [
./configuration.nix
../../modules/core
../../modules/wm
../../modules/security
../../modules/audio
];
}