|
|
@@ -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. |
|
|
|