Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Atuin secrets

+1 -2
+1 -2
nix/home/modules/cli/atuin/default.nix
··· 1 1 { 2 2 config, 3 - inputs, 4 3 lib, 5 4 osConfig ? {}, 6 5 pkgs, 7 6 ... 8 7 }: let 9 - inherit (inputs.self.lib.secrets.helpers) mkSecret; 8 + inherit (config.my.secret.helpers) mkSecret; 10 9 cfg = config.my.cli.atuin; 11 10 atuinLogin = pkgs.writeShellScriptBin "atuin-login" '' 12 11 if atuin status | grep -q "not logged in"; then