refactor: switch home-manager to standalone install

This commit is contained in:
2025-11-21 20:27:55 +01:00
parent a0277b8d26
commit 8e257fbbfe
2 changed files with 7 additions and 8 deletions

View File

@@ -45,12 +45,12 @@
userEmail = "aaron@0x29a.ch";
};
# deploy qtile config
home.file."qtile-config" = {
target = ".config/qtile/config.py";
source = "${inputs.qtile-config}/qtile_config/config.py";
force = true;
};
## deploy qtile config
#home.file."qtile-config" = {
# target = ".config/qtile/config.py";
# source = "${inputs.qtile-config}/qtile_config/config.py";
# force = true;
#};
home.sessionVariables = {
EDITOR = "vim";