Change powershell path based on OS

This commit is contained in:
elkowar 2025-01-04 20:42:58 +01:00
parent 7ec7f524f3
commit 4a553132c6
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ export let eggs = #{
"karabiner": merge_into_home(device.macbook, []),
"sioyek": merge_into_home(device.linux, []),
"powershell": #{ enabled: device.windows, targets: "~/Documents/PowerShell" },
"powershell": #{ enabled: device.windows, targets: if device.windows { "~/Documents/PowerShell" } else { "~/.config/powershell" } },
"zathura": merge_into_home(false, []),
"eww-laptop": merge_into_home(false, []),
"hyprland": merge_into_home(false, []),