rfactoring working now

This commit is contained in:
Charlie Root 2024-07-21 17:36:55 +02:00
commit 147dedbca8
10 changed files with 48 additions and 29 deletions

View file

@ -0,0 +1,3 @@
_: {
imports = [./style/module.nix ./system/module.nix ./usrEnv/module.nix];
}

View file

@ -0,0 +1,8 @@
_: {
imports = [
./desktop.nix
./programs/media.nix
./programs/launchers.nix
./services/default.nix
];
}