diff --git a/users/common/shells/alias.nix b/users/common/shells/alias.nix index 48126af..85b0fc4 100644 --- a/users/common/shells/alias.nix +++ b/users/common/shells/alias.nix @@ -24,5 +24,8 @@ _: { rg = "rg -S"; zf = "zathura --fork"; + hypr = "Hyprland"; + chromium = "chromium -ozone-platform-hint=auto"; + signal-desktop = "signal-desktop -ozone-platform-hint=auto"; }; }