Personal NixOS flake

fix(wofi): use print_command with uwsm instead of print_desktop_file to work with osu!

+2 -2
+2 -2
home/emily/gui/hyprland/default.nix
··· 35 35 let 36 36 terminal = "kitty"; 37 37 fileManager = "dolphin"; 38 - # appLauncher = "wofi --show drun"; 39 - appLauncher = "$(wofi --show drun --define=drun-print_desktop_file=true)"; 38 + # appLauncher = "$(wofi --show drun --define=drun-print_desktop_file=true)"; 39 + appLauncher = "$(wofi --show drun --define=drun-print_command=true)"; 40 40 screenshotTool = "grimblastr"; 41 41 uwsmWrap = command: "uwsm app -- " + command; 42 42 uwsmWrapAll = list: map uwsmWrap list;