feat: add develop suite

This commit is contained in:
Infinidoge 2021-09-26 00:10:57 -04:00
parent 886de17ecb
commit 2a625a77b4

View file

@ -132,6 +132,10 @@
suites = with profiles; rec { suites = with profiles; rec {
base = [ core users.root users.infinidoge ]; base = [ core users.root users.infinidoge ];
graphic = base ++ [ graphical.qtile ]; graphic = base ++ [ graphical.qtile ];
develop = nixos.lib.lists.flatten [
(with profiles.develop.programming; [ python racket ])
];
}; };
test = self.lib; test = self.lib;
}; };