mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
Change powershell path based on OS
This commit is contained in:
parent
7ec7f524f3
commit
4a553132c6
1 changed files with 1 additions and 1 deletions
|
@ -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, []),
|
||||
|
|
Loading…
Add table
Reference in a new issue