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,7 +13,15 @@
userName = "Infinidoge"; userName = "Infinidoge";
}; };
home.packages = with pkgs; [ home = {
file = {
qtile_config = {
source = ./config/qtile.py;
target = "${config.xdg.configHome}/qtile/config.py";
};
};
packages = with pkgs; [
discord-plugged discord-plugged
hydrus hydrus
@ -24,6 +32,8 @@
]; ];
}; };
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
vim vim