From 72b7c3e6d5d010e50c15e8fb49e81dc53fa523c9 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Fri, 5 Aug 2022 13:30:16 +0200 Subject: [PATCH] fix hmconf alias --- common/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/home-manager.nix b/common/home-manager.nix index 6755838..82446e0 100644 --- a/common/home-manager.nix +++ b/common/home-manager.nix @@ -50,7 +50,7 @@ ".." = "cd .."; "..." = "cd ../.."; config = "vim /etc/nixos/configuration.nix"; - hmconf = "vim /etc/nixos/home-manager.nix"; + hmconf = "vim /etc/nixos/common/home-manager.nix"; switch = "sudo nixos-rebuild switch"; nr = "nix run --impure"; };