diff options
Diffstat (limited to 'hm/soispha/conf')
-rw-r--r-- | hm/soispha/conf/git/default.nix | 2 | ||||
-rw-r--r-- | hm/soispha/conf/lf/commands/default.nix | 2 | ||||
-rw-r--r-- | hm/soispha/conf/xdg/default.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix index 828b7058..098f38f5 100644 --- a/hm/soispha/conf/git/default.nix +++ b/hm/soispha/conf/git/default.nix @@ -11,7 +11,7 @@ commit = sysLib.writeShellScript { name = "commit"; src = ./scripts/commit; - keep_path = true; + keepPath = true; dependencies = with pkgs; [ git gnused diff --git a/hm/soispha/conf/lf/commands/default.nix b/hm/soispha/conf/lf/commands/default.nix index 5d7fa3ce..14a160c6 100644 --- a/hm/soispha/conf/lf/commands/default.nix +++ b/hm/soispha/conf/lf/commands/default.nix @@ -15,7 +15,7 @@ sysLib.writeShellScript { name = "${builtins.baseNameOf file}"; src = file; - keep_path = true; + keepPath = true; dependencies = dependencies ++ (builtins.attrValues {inherit (pkgs) dash coreutils;}); inherit replacementStrings; } diff --git a/hm/soispha/conf/xdg/default.nix b/hm/soispha/conf/xdg/default.nix index 93f75887..be85f330 100644 --- a/hm/soispha/conf/xdg/default.nix +++ b/hm/soispha/conf/xdg/default.nix @@ -7,7 +7,7 @@ url_handler = sysLib.writeShellScript { name = "url_handler"; src = ./url_handler; - keep_path = true; + keepPath = true; # Naming dependencies for this will be difficult, as it depend on overridden packages. dependencies = with pkgs; [ rofi |