Added Wallpapers

This commit is contained in:
2025-12-27 13:58:43 +01:00
parent 9a777def2f
commit e94a6720ca
32 changed files with 174 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
{ self, ... }:
{
{ self, ... }: {
# touch ID for sudo
security.pam.services.sudo_local.touchIdAuth = true;
@@ -10,6 +9,19 @@
startup.chime = false;
activationScripts = {
setWallpaper.text = ''
/usr/bin/osascript <<EOF
tell application "System Events"
tell every desktop
set picture to "/Users/phil/Pictures/Wallpapers/Ghost_in_the_Shell.png"
end tell
end tell
EOF
'';
};
defaults = {
ActivityMonitor = {
IconType = 5;