style: remove repeated inetutils declaration on system packages
parent
86959fd6af
commit
12d89590cc
4
buer.scm
4
buer.scm
|
@ -106,8 +106,8 @@
|
||||||
#|guile |# guile-3.0-latest guile-colorized guile-readline
|
#|guile |# guile-3.0-latest guile-colorized guile-readline
|
||||||
#|less |# less
|
#|less |# less
|
||||||
#|linux |# alsa-lib alsa-plugins alsa-utils e2fsprogs eudev fuse
|
#|linux |# alsa-lib alsa-plugins alsa-utils e2fsprogs eudev fuse
|
||||||
inetutils inotify-tools iproute kbd kmod lm-sensors
|
inotify-tools iproute kbd kmod lm-sensors procps psmisc
|
||||||
procps psmisc thinkfan-next util-linux
|
thinkfan-next util-linux
|
||||||
#|man |# man-db mandoc man-pages
|
#|man |# man-db mandoc man-pages
|
||||||
#|math |# libqalculate
|
#|math |# libqalculate
|
||||||
#|pulseaudio |# pulseaudio
|
#|pulseaudio |# pulseaudio
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/gnu/store/xv3r12wjaiicylxh19xdhwjj2m33h7cl-fish-config.fish
|
/gnu/store/8yc8mdpd6qk2az0a9lsf7pgnhbw7zqs5-fish-config.fish
|
|
@ -2,6 +2,7 @@ abbr --add m 'yt-dlp --prefer-free-formats --extract-audio'
|
||||||
abbr --add v 'yt-dlp --prefer-free-formats'
|
abbr --add v 'yt-dlp --prefer-free-formats'
|
||||||
abbr --add mpv --position anywhere --set-cursor=! 'mpv "!"'
|
abbr --add mpv --position anywhere --set-cursor=! 'mpv "!"'
|
||||||
|
|
||||||
|
# Radix related abbreviations
|
||||||
set -l RADIX_REPO "$HOME/projects/guile/radix"
|
set -l RADIX_REPO "$HOME/projects/guile/radix"
|
||||||
abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm"
|
abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm"
|
||||||
abbr --add !home --position anywhere "guix home reconfigure $RADIX_REPO/radio.scm"
|
abbr --add !home --position anywhere "guix home reconfigure $RADIX_REPO/radio.scm"
|
||||||
|
|
Loading…
Reference in New Issue