From 027b2f1a99d8e0b1c277a5544ba11046cbc20996 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:39:37 +0200 Subject: [PATCH] add alias to force obsidian launch Former-commit-id: c641bc645bde4590b6a1ad8ccbef3eb57e2ed72b --- home/programs/shell/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 8d2db3c8..7b285122 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -99,6 +99,8 @@ in { cat = "bat --theme=base16 --color=always --paging=never --tabs=2 --wrap=never --plain"; + obsidian-no-gpu = + "env ELECTRON_OZONE_PLATFORM_HINT=auto obsidian --ozone-platform=x11"; wireguard-import = "nmcli connection import type wireguard file"; notes =