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

@@ -1,12 +1,11 @@
# 0x29a nixos conifg # 0x29a nixos conifg
{ pkgs, lib, inputs, ... }: { pkgs, lib, ... }:
{ {
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
inputs.home-manager.nixosModules.default
]; ];
# use flakes # use flakes

View File

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