Compare commits
4 Commits
ce2667229d
...
36255cb6a0
Author | SHA1 | Date |
---|---|---|
Ethan Reece | 36255cb6a0 | |
Ethan Reece | 03a6655dd1 | |
Ethan Reece | 879fb181c6 | |
Ethan Reece | 95035cd9fd |
|
@ -35,6 +35,10 @@ set -x VISUAL $GUIX_HOME/bin/hx
|
|||
|
||||
alias ls='exa'
|
||||
|
||||
function o
|
||||
xdg-open $argv & disown
|
||||
end
|
||||
|
||||
function home-reconfig
|
||||
cd ~/src/guix-config
|
||||
just
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
"iputils"
|
||||
"procps"
|
||||
"psmisc"
|
||||
"julia"
|
||||
"distrobox"
|
||||
"gzip"
|
||||
"tar"
|
||||
|
@ -38,6 +39,7 @@
|
|||
"pinentry-tty"
|
||||
"wget"
|
||||
"man-db"
|
||||
"privoxy"
|
||||
"mailutils"
|
||||
"lsof"
|
||||
"strace"
|
||||
|
@ -86,6 +88,8 @@
|
|||
"mpv"
|
||||
"feh"
|
||||
"fish"
|
||||
"python-sympy"
|
||||
"python"
|
||||
"fish-foreign-env"
|
||||
; "logseq" - no aarch64 build
|
||||
; "obs" - libcamera broken
|
||||
|
|
Loading…
Reference in New Issue