feat: add qtile config to home manager, style change
This commit is contained in:
parent
a5daaf2761
commit
0c8d32b4b5
1 changed files with 17 additions and 7 deletions
|
@ -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; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue