From 58eed70ed403d109e0e416f765dd2035db6e393b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Dec 2024 22:33:46 +0100 Subject: fix(pkgs/{atuin,ctpv}): Extend instead of replace This allows me, to still benefit from upstream version updates. --- modules/by-name/at/atuin/module.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/by-name/at/atuin') diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix index 2b9f32cf..604ee4ef 100644 --- a/modules/by-name/at/atuin/module.nix +++ b/modules/by-name/at/atuin/module.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, ... }: let cfg = config.soispha.programs.atuin; @@ -20,6 +21,7 @@ in { home-manager.users.soispha = { programs.atuin = { enable = true; + package = pkgs.atuin-dvorak; enableZshIntegration = config.soispha.programs.zsh.enable; settings = { key_path = "${config.age.secrets.atuin_encryption_key.path}"; -- cgit 1.4.1