From 473f64986218b61792d355ca52f4438d740bbfcb Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 20 Aug 2025 18:21:42 +0200 Subject: [PATCH] Change dotfiles dir --- home/dk/sol.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dk/sol.nix b/home/dk/sol.nix index 64adc7a..a870184 100644 --- a/home/dk/sol.nix +++ b/home/dk/sol.nix @@ -91,8 +91,8 @@ programs.zoxide.enable = true; home.shellAliases = { - hm-switch = "home-manager switch --flake ~/dotfiles#dk@sol"; - nix-switch = "sudo nixos-rebuild switch --flake ~/dotfiles#sol"; + hm-switch = "home-manager switch --flake ~/.config/nixos#dk@sol"; + nix-switch = "sudo nixos-rebuild switch --flake ~/.config/nixos#sol"; cd = "echo Use z instead! && cd"; }; -- 2.47.2