Compare commits

...

2 Commits

3 changed files with 4 additions and 0 deletions

BIN
backgrounds/enby-mac.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@ -123,4 +123,8 @@
"/Applications/KiCad/KiCad.app/"
"/Users/xenia/Applications/Home Manager Apps/Alacritty.app"
];
system.activationScripts.extraActivation.text = ''
osascript -e "tell application \"System Events\" to tell every desktop to set picture to \"${./backgrounds/pan-wire-3.png}\" as POSIX file"
'';
}