fix: undo hconfig change
This commit is contained in:
parent
21fb186a7d
commit
6005fc42d6
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
suites = with suites; [ develop ];
|
suites = with suites; [ develop ];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.infinidoge = { hconfig, suites, profiles, ... }: {
|
home-manager.users.infinidoge = { config, suites, profiles, ... }: {
|
||||||
imports = test.flattenListSet {
|
imports = lib.our.flattenListSet {
|
||||||
suites = with suites; [ base ];
|
suites = with suites; [ base ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
file = {
|
file = {
|
||||||
qtile_config = {
|
qtile_config = {
|
||||||
source = ./config/qtile.py;
|
source = ./config/qtile.py;
|
||||||
target = "${hconfig.xdg.configHome}/qtile/config.py";
|
target = "${config.xdg.configHome}/qtile/config.py";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue