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 mozilla)
|
||||||
#:use-module (nongnu packages k8s)
|
#:use-module (nongnu packages k8s)
|
||||||
#:use-module (nongnu packages nvidia)
|
#:use-module (nongnu packages nvidia)
|
||||||
|
#:use-module (snamellit packages atuin-bin)
|
||||||
#:use-module (snamellit packages tools)
|
#:use-module (snamellit packages tools)
|
||||||
#:use-module (snamellit packages xca)
|
#:use-module (snamellit packages xca)
|
||||||
#:use-module (snamellit packages lazygit-bin)
|
#:use-module (snamellit packages lazygit-bin)
|
||||||
#:use-module (snamellit packages tea-bin)
|
#:use-module (snamellit packages tea-bin)
|
||||||
|
#:use-module (snamellit packages fzf)
|
||||||
#:use-module (snamellit packages gh-bin)
|
#:use-module (snamellit packages gh-bin)
|
||||||
#:use-module (snamellit packages guile-xyz)
|
#:use-module (snamellit packages guile-xyz)
|
||||||
#:use-module (snamellit packages fzf)
|
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
#:use-module (ice-9 format)
|
#:use-module (ice-9 format)
|
||||||
)
|
)
|
||||||
|
@ -89,7 +90,7 @@
|
||||||
direnv
|
direnv
|
||||||
ripgrep
|
ripgrep
|
||||||
starship
|
starship
|
||||||
|
atuin-bin
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
watchexec
|
watchexec
|
||||||
|
@ -222,6 +223,7 @@
|
||||||
(list
|
(list
|
||||||
"eval \"$(direnv hook bash)\""
|
"eval \"$(direnv hook bash)\""
|
||||||
"eval \"$(starship init bash)\""
|
"eval \"$(starship init bash)\""
|
||||||
|
"eval \"$(atuin init bash)\""
|
||||||
)))))))
|
)))))))
|
||||||
(simple-service 'variant-packages-service
|
(simple-service 'variant-packages-service
|
||||||
home-channels-service-type
|
home-channels-service-type
|
||||||
|
|
Loading…
Add table
Reference in a new issue