diff options
author | Soispha <soispha@vhack.eu> | 2023-08-20 19:05:35 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-20 19:05:35 +0200 |
commit | 69099861601d5649df737d82021a0cf5abb51403 (patch) | |
tree | e699b45ce420a56ca5f0bd17efe8fad74e73f3b5 /home-manager/soispha/config/lf/default.nix | |
parent | Fix(hm/conf/neovim/plugins/luasnip): Correct local value in snippet (diff) | |
download | nixos-config-69099861601d5649df737d82021a0cf5abb51403.zip |
Feat(hm/conf/lf): Replace rename script by rename c binary
Diffstat (limited to 'home-manager/soispha/config/lf/default.nix')
-rw-r--r-- | home-manager/soispha/config/lf/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/soispha/config/lf/default.nix b/home-manager/soispha/config/lf/default.nix index 9f43a891..a4f7d7b9 100644 --- a/home-manager/soispha/config/lf/default.nix +++ b/home-manager/soispha/config/lf/default.nix @@ -3,10 +3,11 @@ sysLib, nixosConfig, shell_library, + lf_rename, system, ... }: let - commands = import ./commands {inherit pkgs sysLib shell_library system;}; + commands = import ./commands {inherit pkgs sysLib shell_library system lf_rename;}; keybindings = import ./keybindings {inherit nixosConfig;}; in { xdg.configFile."lf/icons".source = ./icons; |