This commit is contained in:
mjallen18
2025-12-04 14:00:20 -06:00
parent 6c8d306d38
commit 59702e15cf
2 changed files with 214 additions and 214 deletions

View File

@@ -41,219 +41,219 @@ in
}; };
}; };
programs.nix-plist-manager = { # programs.nix-plist-manager = {
enable = true; # enable = true;
options = { # options = {
applications = { # applications = {
finder = { # finder = {
settings = { # settings = {
general = { # general = {
showTheseItemsOnTheDesktop = { # showTheseItemsOnTheDesktop = {
hardDisks = false; # hardDisks = false;
externalDisks = true; # externalDisks = true;
cdsDvdsAndiPods = false; # cdsDvdsAndiPods = false;
connectedServers = false; # connectedServers = false;
}; # };
openFoldersInTabsInsteadOfNewWindows = true; # openFoldersInTabsInsteadOfNewWindows = true;
}; # };
sidebar = { # sidebar = {
recentTags = true; # recentTags = true;
}; # };
advanced = { # advanced = {
removeItemsFromTheTrashAfter30Days = true; # removeItemsFromTheTrashAfter30Days = true;
showAllFilenameExtensions = true; # showAllFilenameExtensions = true;
showWarningBeforeChangingAnExtension = true; # showWarningBeforeChangingAnExtension = true;
showWarningBeforeRemovingFromiCloudDrive = true; # showWarningBeforeRemovingFromiCloudDrive = true;
showWarningBeforeEmptyingTheTrash = true; # showWarningBeforeEmptyingTheTrash = true;
keepFoldersOnTop = { # keepFoldersOnTop = {
inWindowsWhenSortingByName = true; # inWindowsWhenSortingByName = true;
onDesktop = true; # onDesktop = true;
}; # };
whenPerformingASearch = "Search This Mac"; # whenPerformingASearch = "Search This Mac";
}; # };
}; # };
menuBar = { # menuBar = {
view = { # view = {
showTabBar = true; # showTabBar = true;
showSidebar = true; # showSidebar = true;
showPathBar = true; # showPathBar = true;
showStatusBar = true; # showStatusBar = true;
}; # };
}; # };
}; # };
systemSettings = { # systemSettings = {
appearance = { # appearance = {
appearance = "Dark"; # appearance = "Dark";
accentColor = "Multicolor"; # accentColor = "Multicolor";
# clickInTheScrollBarTo = "Jump to the next page"; # # clickInTheScrollBarTo = "Jump to the next page";
sidebarIconSize = "Medium"; # sidebarIconSize = "Medium";
showScrollBars = "When scrolling"; # showScrollBars = "When scrolling";
}; # };
controlCenter = { # controlCenter = {
wifi = true; # wifi = true;
bluetooth = true; # bluetooth = true;
airdrop = true; # airdrop = true;
stageManager = true; # stageManager = true;
focusModes = "active"; # focusModes = "active";
screenMirroring = "active"; # screenMirroring = "active";
display = "never"; # display = "never";
sound = "always"; # sound = "always";
nowPlaying = "active"; # nowPlaying = "active";
accessibilityShortcuts = "unset"; # accessibilityShortcuts = "unset";
musicRecognition = { # musicRecognition = {
showInMenuBar = false; # showInMenuBar = false;
showInControlCenter = true; # showInControlCenter = true;
}; # };
hearing = "unset"; # hearing = "unset";
fastUserSwitching = { # fastUserSwitching = {
showInMenuBar = false; # showInMenuBar = false;
showInControlCenter = true; # showInControlCenter = true;
}; # };
keyboardBrightness = { # keyboardBrightness = {
showInMenuBar = false; # showInMenuBar = false;
showInControlCenter = true; # showInControlCenter = true;
}; # };
battery = { # battery = {
showInMenuBar = false; # showInMenuBar = false;
showInControlCenter = false; # showInControlCenter = false;
}; # };
batteryShowPercentage = true; # batteryShowPercentage = true;
# menuBarOnly = { # # menuBarOnly = {
# spotlight = false; # # spotlight = false;
# siri = true; # # siri = true;
# # };
# # automaticallyHideAndShowTheMenuBar = "In Full Screen Only";
# };
# desktopAndDock = {
# desktopAndStageManager = {
# showItems = {
# onDesktop = true;
# inStageManager = true;
# };
# clickWallpaperToRevealDesktop = "Always";
# stageManager = false;
# showRecentAppsInStageManager = true;
# showWindowsFromAnApplication = "All at Once";
# };
# dock = {
# animateOpeningApplications = true;
# automaticallyHideAndShowTheDock = enabled;
# doubleClickAWindowsTitleBarTo = "Minimize";
# magnification = disabled;
# minimizeWindowsIntoApplicationIcon = true;
# minimizeWindowsUsing = "Genie Effect";
# positionOnScreen = "Bottom";
# showIndicatorsForOpenApplications = true;
# showSuggestedAndRecentAppsInDock = false;
# size = 64; # 16 - 128
# # persistentApps = [
# # { app = "/Applications/Clock.app"; }
# # { folder = "/Applications"; }
# # { app = "/Applications/Safari.app"; }
# # { app = "/Applications/Firefox.app"; }
# # { app = "/Applications/Tabby.app"; }
# # { app = "/Applications/Termius.app"; }
# # { app = "/Applications/Muic.app"; }
# # { app = "/Applications/Vesktop.app"; }
# # { app = "/Applications/Messages.app"; }
# # { app = "/Applications/Calendar.app"; }
# # { app = "/Applications/Reminders.app"; }
# # { app = "/Applications/Notes.app"; }
# # { app = "/Applications/Weather.app"; }
# # { app = "/Applications/Maps.app"; }
# # { app = "/Applications/App Store.app"; }
# # { app = "/Applications/System Settings.app"; }
# # { app = "/Applications/ChatGPT.app"; }
# # { app = "/Applications/Nextcloud.app"; }
# # { app = "/Applications/VSCodium.app"; }
# # { app = "/Applications/Omnissa Horizon Client.app"; }
# # { app = "/Applications/Proton Pass.app"; }
# # { app = "/Applications/OrcaSlicer.app"; }
# # { app = "/Applications/AlDente.app"; }
# # ];
# # persistentOthers = [
# # "~/Downloads"
# # ];
# };
# hotCorners = {
# # ["-" "Mission Control" "Application Windows" "Desktop" "Start Screen Saver" "Disable Screen Saver" "Dashboard" "Put Display to Sleep" "Launchpad" "Notification Center" "Lock Screen" "Quick Note"]
# topLeft = "-";
# topRight = "-";
# bottomLeft = "-";
# bottomRight = "-";
# };
# missionControl = {
# automaticallyRearrangeSpacesBasedOnMostRecentUse = true;
# displaysHaveSeparateSpaces = true;
# dragWindowsToTopOfScreenToEnterMissionControl = true;
# groupWindowsByApplication = true;
# whenSwitchingToAnApplicationSwitchToAspaceWithOpenWindowsForTheApplication = true;
# };
# widgets = {
# showWidgets = {
# onDesktop = true;
# inStageManager = true;
# };
# widgetStyle = "Automatic";
# useIphoneWidgets = true;
# };
# windows = {
# askToKeepChangesWhenClosingDocuments = true;
# closeWindowsWhenQuittingAnApplication = true;
# dragWindowsToScreenEdgesToTile = true;
# dragWindowsToMenuBarToFillScreen = true;
# holdOptionKeyWhileDraggingWindowsToTile = true;
# preferTabsWhenOpeningDocuments = "In Full Screen";
# tiledWindowsHaveMargin = false;
# };
# };
# focus = {
# shareAcrossDevices = true;
# };
# # general.dateAndTime."24HourTime" = false;
# notifications = {
# notificationCenter = {
# showPreviews = "When Unlocked";
# summarizeNotifications = true;
# };
# };
# sound = {
# soundEffects = {
# alertSound = "Boop";
# alertVolume = 0.7;
# playFeedbackWhenVolumeIsChanged = true;
# playUserInterfaceSoundEffects = true;
# };
# };
# spotlight = {
# helpAppleImproveSearch = false;
# # searchResults = {
# # applications = true;
# # calculator = true;
# # contacts = true;
# # conversion = true;
# # definition = true;
# # developer = true;
# # documents = true;
# # eventsAndReminders = true;
# # folders = true;
# # fonts = false;
# # images = true;
# # mailAndMessages = true;
# # movies = true;
# # music = true;
# # other = false;
# # pdfDocuments = true;
# # presentations = true;
# # siriSuggestions = false;
# # systemSettings = true;
# # tips = false;
# # websites = true;
# };
# };
# };
# };
# }; # };
# automaticallyHideAndShowTheMenuBar = "In Full Screen Only";
};
desktopAndDock = {
desktopAndStageManager = {
showItems = {
onDesktop = true;
inStageManager = true;
};
clickWallpaperToRevealDesktop = "Always";
stageManager = false;
showRecentAppsInStageManager = true;
showWindowsFromAnApplication = "All at Once";
};
dock = {
animateOpeningApplications = true;
automaticallyHideAndShowTheDock = enabled;
doubleClickAWindowsTitleBarTo = "Minimize";
magnification = disabled;
minimizeWindowsIntoApplicationIcon = true;
minimizeWindowsUsing = "Genie Effect";
positionOnScreen = "Bottom";
showIndicatorsForOpenApplications = true;
showSuggestedAndRecentAppsInDock = false;
size = 64; # 16 - 128
# persistentApps = [
# { app = "/Applications/Clock.app"; }
# { folder = "/Applications"; }
# { app = "/Applications/Safari.app"; }
# { app = "/Applications/Firefox.app"; }
# { app = "/Applications/Tabby.app"; }
# { app = "/Applications/Termius.app"; }
# { app = "/Applications/Muic.app"; }
# { app = "/Applications/Vesktop.app"; }
# { app = "/Applications/Messages.app"; }
# { app = "/Applications/Calendar.app"; }
# { app = "/Applications/Reminders.app"; }
# { app = "/Applications/Notes.app"; }
# { app = "/Applications/Weather.app"; }
# { app = "/Applications/Maps.app"; }
# { app = "/Applications/App Store.app"; }
# { app = "/Applications/System Settings.app"; }
# { app = "/Applications/ChatGPT.app"; }
# { app = "/Applications/Nextcloud.app"; }
# { app = "/Applications/VSCodium.app"; }
# { app = "/Applications/Omnissa Horizon Client.app"; }
# { app = "/Applications/Proton Pass.app"; }
# { app = "/Applications/OrcaSlicer.app"; }
# { app = "/Applications/AlDente.app"; }
# ];
# persistentOthers = [
# "~/Downloads"
# ];
};
hotCorners = {
# ["-" "Mission Control" "Application Windows" "Desktop" "Start Screen Saver" "Disable Screen Saver" "Dashboard" "Put Display to Sleep" "Launchpad" "Notification Center" "Lock Screen" "Quick Note"]
topLeft = "-";
topRight = "-";
bottomLeft = "-";
bottomRight = "-";
};
missionControl = {
automaticallyRearrangeSpacesBasedOnMostRecentUse = true;
displaysHaveSeparateSpaces = true;
dragWindowsToTopOfScreenToEnterMissionControl = true;
groupWindowsByApplication = true;
whenSwitchingToAnApplicationSwitchToAspaceWithOpenWindowsForTheApplication = true;
};
widgets = {
showWidgets = {
onDesktop = true;
inStageManager = true;
};
widgetStyle = "Automatic";
useIphoneWidgets = true;
};
windows = {
askToKeepChangesWhenClosingDocuments = true;
closeWindowsWhenQuittingAnApplication = true;
dragWindowsToScreenEdgesToTile = true;
dragWindowsToMenuBarToFillScreen = true;
holdOptionKeyWhileDraggingWindowsToTile = true;
preferTabsWhenOpeningDocuments = "In Full Screen";
tiledWindowsHaveMargin = false;
};
};
focus = {
shareAcrossDevices = true;
};
# general.dateAndTime."24HourTime" = false;
notifications = {
notificationCenter = {
showPreviews = "When Unlocked";
summarizeNotifications = true;
};
};
sound = {
soundEffects = {
alertSound = "Boop";
alertVolume = 0.7;
playFeedbackWhenVolumeIsChanged = true;
playUserInterfaceSoundEffects = true;
};
};
spotlight = {
helpAppleImproveSearch = false;
# searchResults = {
# applications = true;
# calculator = true;
# contacts = true;
# conversion = true;
# definition = true;
# developer = true;
# documents = true;
# eventsAndReminders = true;
# folders = true;
# fonts = false;
# images = true;
# mailAndMessages = true;
# movies = true;
# music = true;
# other = false;
# pdfDocuments = true;
# presentations = true;
# siriSuggestions = false;
# systemSettings = true;
# tips = false;
# websites = true;
};
};
};
};
};
# Manage bug in compilations - who uses manpages in 2024 anyways? :P # Manage bug in compilations - who uses manpages in 2024 anyways? :P
manual.manpages = enabled; manual.manpages = enabled;

View File

@@ -7,7 +7,7 @@
./homebrew.nix ./homebrew.nix
./programs.nix ./programs.nix
./system.nix ./system.nix
./settings.nix # ./settings.nix
]; ];
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run: