diff options
| author | Dominik Kaiser | 2025-08-20 18:21:42 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2025-08-20 18:21:42 +0200 |
| commit | 473f64986218b61792d355ca52f4438d740bbfcb (patch) | |
| tree | 484d4d8ddf874b713caba364c0925fe8b833f023 /home | |
| parent | 000808b45c86eddf7c3d4afcbe3f5b0910899735 (diff) | |
| download | nixos-473f64986218b61792d355ca52f4438d740bbfcb.tar.gz nixos-473f64986218b61792d355ca52f4438d740bbfcb.zip | |
Change dotfiles dir
Diffstat (limited to 'home')
| -rw-r--r-- | home/dk/sol.nix | 4 |
1 files 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"; }; |
