mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
atuin: Use flags option with nushell integration (#3917)
* atuin: Use flags option * atuin: formatting * atuin: Use flagsStr
This commit is contained in:
parent
0263da497e
commit
6142193635
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ in {
|
|||
if not ($atuin_cache | path exists) {
|
||||
mkdir $atuin_cache
|
||||
}
|
||||
${cfg.package}/bin/atuin init nu | save --force ${config.xdg.cacheHome}/atuin/init.nu
|
||||
${cfg.package}/bin/atuin init nu ${flagsStr} | save --force ${config.xdg.cacheHome}/atuin/init.nu
|
||||
'';
|
||||
extraConfig = ''
|
||||
source ${config.xdg.cacheHome}/atuin/init.nu
|
||||
|
|
Loading…
Reference in a new issue