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
|
||||
#|less |# less
|
||||
#|linux |# alsa-lib alsa-plugins alsa-utils e2fsprogs eudev fuse
|
||||
inetutils inotify-tools iproute kbd kmod lm-sensors
|
||||
procps psmisc thinkfan-next util-linux
|
||||
inotify-tools iproute kbd kmod lm-sensors procps psmisc
|
||||
thinkfan-next util-linux
|
||||
#|man |# man-db mandoc man-pages
|
||||
#|math |# libqalculate
|
||||
#|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 mpv --position anywhere --set-cursor=! 'mpv "!"'
|
||||
|
||||
# Radix related abbreviations
|
||||
set -l RADIX_REPO "$HOME/projects/guile/radix"
|
||||
abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm"
|
||||
abbr --add !home --position anywhere "guix home reconfigure $RADIX_REPO/radio.scm"
|
||||
|
|
Loading…
Reference in New Issue