mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
workflows: manually update module list
Requires more manual work (which is negligible) but it's oddly more intuitive.
This commit is contained in:
parent
a81eb6d90e
commit
8e854965b7
@ -15,8 +15,10 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
imports = lib.mapAttrsToList (n: v: import v)
|
||||
(lib.filterAttrs (n: v: n != "default") (lib.filesToAttr ./.));
|
||||
imports = [
|
||||
./a-happy-gnome
|
||||
./knome
|
||||
];
|
||||
|
||||
config = {
|
||||
assertions = [{
|
||||
|
Loading…
Reference in New Issue
Block a user