infinidoge: move minipro enable into Infini-DESKTOP

This commit is contained in:
Infinidoge 2023-09-08 09:56:23 -04:00
parent e3b7094e40
commit 7046b20906
2 changed files with 1 additions and 2 deletions

View file

@ -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, ... }: {

View file

@ -83,8 +83,6 @@ in
}; };
desktop.wm.qtile.enable = true; desktop.wm.qtile.enable = true;
software.minipro.enable = true;
}; };
programs = { programs = {