fix: remove develop, zsh provided by user
This commit is contained in:
parent
fca9abd387
commit
b1c2633fa2
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
users = digga.lib.rakeLeaves ./users;
|
||||
};
|
||||
suites = with profiles; rec {
|
||||
base = [ core users.root users.infinidoge develop.common ];
|
||||
base = [ core users.root users.infinidoge ];
|
||||
graphic = base ++ [ graphical.qtile ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue