From 1baa97f16e2be1c9745bc7958a54acc1137f0618 Mon Sep 17 00:00:00 2001 From: hms Date: Sun, 30 Aug 2020 15:54:48 -0700 Subject: [PATCH] fixed rc.lua config path --- home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index e44aa20..a446211 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,9 @@ programs.home-manager.enable = true; # awesome window manager config - xdg.configFile.".config/awesome/rc.lua".source = "/etc/nixos/wm/awesome/rc.lua"; + ## xdg will automaticly append /home/USER-NAME/.config/ to the "something".source part of the + ## xdg.configFile."something".source = "/etc/nixos/wm/awesome/rc.lua"; config option + xdg.configFile."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.