support atuin
This commit is contained in:
parent
e1420b65af
commit
b5e968aff5
1 changed files with 4 additions and 2 deletions
|
@ -63,13 +63,14 @@
|
|||
#:use-module (nongnu packages mozilla)
|
||||
#:use-module (nongnu packages k8s)
|
||||
#:use-module (nongnu packages nvidia)
|
||||
#:use-module (snamellit packages atuin-bin)
|
||||
#:use-module (snamellit packages tools)
|
||||
#:use-module (snamellit packages xca)
|
||||
#:use-module (snamellit packages lazygit-bin)
|
||||
#:use-module (snamellit packages tea-bin)
|
||||
#:use-module (snamellit packages fzf)
|
||||
#:use-module (snamellit packages gh-bin)
|
||||
#:use-module (snamellit packages guile-xyz)
|
||||
#:use-module (snamellit packages fzf)
|
||||
#:use-module (srfi srfi-1)
|
||||
#:use-module (ice-9 format)
|
||||
)
|
||||
|
@ -89,7 +90,7 @@
|
|||
direnv
|
||||
ripgrep
|
||||
starship
|
||||
|
||||
atuin-bin
|
||||
unzip
|
||||
|
||||
watchexec
|
||||
|
@ -222,6 +223,7 @@
|
|||
(list
|
||||
"eval \"$(direnv hook bash)\""
|
||||
"eval \"$(starship init bash)\""
|
||||
"eval \"$(atuin init bash)\""
|
||||
)))))))
|
||||
(simple-service 'variant-packages-service
|
||||
home-channels-service-type
|
||||
|
|
Loading…
Add table
Reference in a new issue