refactor: improve suite formatting
This commit is contained in:
parent
6878eb87fd
commit
98ac996979
1 changed files with 11 additions and 11 deletions
|
@ -132,15 +132,15 @@
|
||||||
profiles = digga.lib.rakeLeaves ./profiles // {
|
profiles = digga.lib.rakeLeaves ./profiles // {
|
||||||
users = digga.lib.rakeLeaves ./users;
|
users = digga.lib.rakeLeaves ./users;
|
||||||
};
|
};
|
||||||
suites = with profiles; rec {
|
suites = with profiles; self.lib.flattenSetList
|
||||||
|
rec {
|
||||||
base = [
|
base = [
|
||||||
core
|
core
|
||||||
users.root
|
(with users; [ root infinidoge ])
|
||||||
users.infinidoge
|
|
||||||
];
|
];
|
||||||
graphic = base ++ [ graphical.qtile ];
|
graphic = base ++ [ graphical.qtile ];
|
||||||
|
|
||||||
develop = nixos.lib.lists.flatten [
|
develop = [
|
||||||
(with profiles.develop.programming; [ python racket ])
|
(with profiles.develop.programming; [ python racket ])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue