module: global & core -> global/*

This commit is contained in:
Infinidoge 2022-04-20 11:01:32 -04:00
parent 68f344acf0
commit 1f0035cddd
6 changed files with 171 additions and 73 deletions

View file

@ -119,7 +119,6 @@
suites = with profiles; self.lib.flattenSetList
rec {
base = [
core
(with users; [ root infinidoge ])
];
graphic = base ++ [ graphical.qtile ];