From bcd3c71db63eba72ca54a03075354a0641a2bf5d Mon Sep 17 00:00:00 2001 From: hms Date: Sun, 30 Aug 2020 15:21:09 -0700 Subject: [PATCH] modified rc.conf target path --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index a172636..e44aa20 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,7 @@ programs.home-manager.enable = true; # awesome window manager config - xdg.configFile."/home/hms/.config/awesome/rc.lua".source = "/etc/nixos/wm/awesome/rc.lua"; + xdg.configFile.".config/awesome/rc.lua".source = "/etc/nixos/wm/awesome/rc.lua"; # Home Manager needs a bit of information about you and the # paths it should manage.