diff options
| author | Christian <[email protected]> | 2026-01-19 09:23:07 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-19 09:23:07 -0600 |
| commit | c6bde11f98a55c30022c1fb91e56abd3d37e9687 (patch) | |
| tree | f44078c6db3d8f71c46232dae0cbb18011277edc /modules | |
| parent | d55e86917204dd7b2919eecb5e12861e22da9d16 (diff) | |
Move config to home directory
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index a61ce6e..c1cb613 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -56,7 +56,7 @@ }; programs.bash.shellAliases = { - rebuild = "sudo nixos-rebuild switch --flake /etc/nixos"; + rebuild = "sudo nixos-rebuild switch --flake ~/.config/nixos"; }; programs.nix-index.enable = true; |
