fix: undo hconfig change

This commit is contained in:
Infinidoge 2021-09-26 20:52:38 -04:00
parent 21fb186a7d
commit 6005fc42d6

View file

@ -3,8 +3,8 @@
suites = with suites; [ develop ];
};
home-manager.users.infinidoge = { hconfig, suites, profiles, ... }: {
imports = test.flattenListSet {
home-manager.users.infinidoge = { config, suites, profiles, ... }: {
imports = lib.our.flattenListSet {
suites = with suites; [ base ];
};
@ -17,7 +17,7 @@
file = {
qtile_config = {
source = ./config/qtile.py;
target = "${hconfig.xdg.configHome}/qtile/config.py";
target = "${config.xdg.configHome}/qtile/config.py";
};
};