diff --git a/config.fish b/config.fish index 7c4c2f1..eea85f4 100644 --- a/config.fish +++ b/config.fish @@ -2,4 +2,7 @@ if status is-interactive # Commands to run in interactive sessions can go here eval (starship init fish) set -g fish_greeting "" + function start_blueman + nix-shell -p blueman xorg.xhost --run "xhost si:localuser:root && sudo blueman-manager ; xhost -si:localuser:root" + end end