Ver a proveniência

fixed rc.lua config path

home-manager
HMSheets há 4 anos
ascendente
cometimento
1baa97f16e
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      home.nix

+ 3
- 1
home.nix Ver ficheiro

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


Carregando…
Cancelar
Guardar