Sericea comes with waybar, no need for Nix version

This commit is contained in:
John Mertz 2024-01-31 21:59:26 -07:00
parent bfefced459
commit 32a78310d5
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ alias blc="${HOME}/scripts/thinkpad/blc.pl --notify"
# Flatpaks
alias mpv="flatpak run io.mpv.Mpv"
# Nixpkgs
alias waybar="/home/jpm/.dotfiles/nix/bin/waybar"
# Detect if I'm in a distrobox, returns name of box, if applicable
alias isdistrobox='[ -f "/run/.containerenv" ] && grep -oP "(?<=name=\")[^\";]+" /run/.containerenv'