style: expand base suite
This commit is contained in:
parent
afd6110edb
commit
9297c77ce8
1 changed files with 5 additions and 1 deletions
|
@ -133,7 +133,11 @@
|
|||
users = digga.lib.rakeLeaves ./users;
|
||||
};
|
||||
suites = with profiles; rec {
|
||||
base = [ core users.root users.infinidoge ];
|
||||
base = [
|
||||
core
|
||||
users.root
|
||||
users.infinidoge
|
||||
];
|
||||
graphic = base ++ [ graphical.qtile ];
|
||||
|
||||
develop = nixos.lib.lists.flatten [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue