feat: add develop suite
This commit is contained in:
parent
886de17ecb
commit
2a625a77b4
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@
|
|||
suites = with profiles; rec {
|
||||
base = [ core users.root users.infinidoge ];
|
||||
graphic = base ++ [ graphical.qtile ];
|
||||
|
||||
develop = nixos.lib.lists.flatten [
|
||||
(with profiles.develop.programming; [ python racket ])
|
||||
];
|
||||
};
|
||||
test = self.lib;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue