mirror of
https://github.com/davegallant/nix-config
synced 2025-10-06 12:36:01 +00:00
Use stable yuzu
This commit is contained in:
@@ -153,8 +153,7 @@ in {
|
||||
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
||||
export
|
||||
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
||||
|
||||
alias xdg-open=open
|
||||
alias xdg-open=open
|
||||
fi
|
||||
|
||||
# helm
|
||||
@@ -169,6 +168,12 @@ in {
|
||||
# make completion work with kubecolor
|
||||
compdef kubecolor=kubectl
|
||||
|
||||
hostSpecificHomeManager() {
|
||||
echo 'hello'
|
||||
}
|
||||
alias home-manager=hostSpecificHomeManager
|
||||
|
||||
|
||||
pfetch
|
||||
'';
|
||||
|
||||
|
Reference in New Issue
Block a user