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 ];
|
||||
};
|
||||
|
||||
home-manager.users.infinidoge = { suites, profiles, ... }: {
|
||||
home-manager.users.infinidoge = { config, suites, profiles, ... }: {
|
||||
imports = test.flattenListSet {
|
||||
suites = with suites; [ base ];
|
||||
};
|
||||
|
@ -13,7 +13,15 @@
|
|||
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
|
||||
|
||||
hydrus
|
||||
|
@ -24,6 +32,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue