infinidoge: move minipro enable into Infini-DESKTOP
This commit is contained in:
parent
e3b7094e40
commit
7046b20906
2 changed files with 1 additions and 2 deletions
|
@ -65,6 +65,7 @@
|
||||||
gaming.enableAll = true;
|
gaming.enableAll = true;
|
||||||
};
|
};
|
||||||
virtualization.enable = true;
|
virtualization.enable = true;
|
||||||
|
software.minipro.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home = { profiles, pkgs, ... }: {
|
home = { profiles, pkgs, ... }: {
|
||||||
|
|
|
@ -83,8 +83,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
desktop.wm.qtile.enable = true;
|
desktop.wm.qtile.enable = true;
|
||||||
|
|
||||||
software.minipro.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue