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.