feat: add qtile config to home manager, style change

This commit is contained in:
Infinidoge 2021-09-26 01:03:06 -04:00
parent a5daaf2761
commit 0c8d32b4b5

View file

@ -3,7 +3,7 @@
suites = with suites; [ develop ]; suites = with suites; [ develop ];
}; };
home-manager.users.infinidoge = { suites, profiles, ... }: { home-manager.users.infinidoge = { config, suites, profiles, ... }: {
imports = test.flattenListSet { imports = test.flattenListSet {
suites = with suites; [ base ]; suites = with suites; [ base ];
}; };
@ -13,15 +13,25 @@
userName = "Infinidoge"; userName = "Infinidoge";
}; };
home.packages = with pkgs; [ home = {
discord-plugged file = {
qtile_config = {
source = ./config/qtile.py;
target = "${config.xdg.configHome}/qtile/config.py";
};
};
hydrus packages = with pkgs; [
discord-plugged
firefox hydrus
firefox
neofetch
];
};
neofetch
];
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [