diff options
Diffstat (limited to '')
-rw-r--r-- | home-manager/lf/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/lf/default.nix b/home-manager/lf/default.nix index fd8c4b39..364d839e 100644 --- a/home-manager/lf/default.nix +++ b/home-manager/lf/default.nix @@ -12,16 +12,16 @@ wait = file: "!{{" + builtins.readFile "${file}" + "}}"; # adds a prompt after the command has run in { - home-manager.xdg.configFile."lf/icons" = { + xdg.configFile."lf/icons" = { target = "lf/icons"; source = "./icons"; }; - home-manager.xdg.configFile."lf/colors" = { + xdg.configFile."lf/colors" = { target = "lf/colors"; source = "./colors"; }; - home-manager.programs.lf = { + programs.lf = { enable = true; commands = { |