diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 1ba732f0..e1f7cec2 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -233,4 +233,7 @@ in { }; }); }; + programs.bash.shellAliases = { + mpv = "mpv --no-vid"; + }; }