implementing modules for system applications

This commit is contained in:
cnst
2024-08-18 13:49:05 +02:00
parent 38f68c3550
commit a4306380e3
101 changed files with 1105 additions and 452 deletions

View File

@@ -12,22 +12,22 @@
./etc
];
# Define homeImports for each profile, including sharedImports
# Define homeImports for each user, including sharedImports
homeImports = {
"cnst@cnix" =
sharedImports
++ [
./profiles/cnst
./users/cnst
];
"adam@adampad" =
sharedImports
++ [
./profiles/adam
./users/adam
];
"toothpick@toothpc" =
sharedImports
++ [
./profiles/toothpick
./users/toothpick
];
};