ソースを参照

fixed rc.lua config path

home-manager
HMSheets 4年前
コミット
1baa97f16e
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      home.nix

+ 3
- 1
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.


読み込み中…
キャンセル
保存