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"; # # automaticallyHideAndShowTheMenuBar = "In Full Screen Only";
}; # };
desktopAndDock = { # desktopAndDock = {
desktopAndStageManager = { # desktopAndStageManager = {
showItems = { # showItems = {
onDesktop = true; # onDesktop = true;
inStageManager = true; # inStageManager = true;
}; # };
clickWallpaperToRevealDesktop = "Always"; # clickWallpaperToRevealDesktop = "Always";
stageManager = false; # stageManager = false;
showRecentAppsInStageManager = true; # showRecentAppsInStageManager = true;
showWindowsFromAnApplication = "All at Once"; # showWindowsFromAnApplication = "All at Once";
}; # };
dock = { # dock = {
animateOpeningApplications = true; # animateOpeningApplications = true;
automaticallyHideAndShowTheDock = enabled; # automaticallyHideAndShowTheDock = enabled;
doubleClickAWindowsTitleBarTo = "Minimize"; # doubleClickAWindowsTitleBarTo = "Minimize";
magnification = disabled; # magnification = disabled;
minimizeWindowsIntoApplicationIcon = true; # minimizeWindowsIntoApplicationIcon = true;
minimizeWindowsUsing = "Genie Effect"; # minimizeWindowsUsing = "Genie Effect";
positionOnScreen = "Bottom"; # positionOnScreen = "Bottom";
showIndicatorsForOpenApplications = true; # showIndicatorsForOpenApplications = true;
showSuggestedAndRecentAppsInDock = false; # showSuggestedAndRecentAppsInDock = false;
size = 64; # 16 - 128 # size = 64; # 16 - 128
# persistentApps = [ # # persistentApps = [
# { app = "/Applications/Clock.app"; } # # { app = "/Applications/Clock.app"; }
# { folder = "/Applications"; } # # { folder = "/Applications"; }
# { app = "/Applications/Safari.app"; } # # { app = "/Applications/Safari.app"; }
# { app = "/Applications/Firefox.app"; } # # { app = "/Applications/Firefox.app"; }
# { app = "/Applications/Tabby.app"; } # # { app = "/Applications/Tabby.app"; }
# { app = "/Applications/Termius.app"; } # # { app = "/Applications/Termius.app"; }
# { app = "/Applications/Muic.app"; } # # { app = "/Applications/Muic.app"; }
# { app = "/Applications/Vesktop.app"; } # # { app = "/Applications/Vesktop.app"; }
# { app = "/Applications/Messages.app"; } # # { app = "/Applications/Messages.app"; }
# { app = "/Applications/Calendar.app"; } # # { app = "/Applications/Calendar.app"; }
# { app = "/Applications/Reminders.app"; } # # { app = "/Applications/Reminders.app"; }
# { app = "/Applications/Notes.app"; } # # { app = "/Applications/Notes.app"; }
# { app = "/Applications/Weather.app"; } # # { app = "/Applications/Weather.app"; }
# { app = "/Applications/Maps.app"; } # # { app = "/Applications/Maps.app"; }
# { app = "/Applications/App Store.app"; } # # { app = "/Applications/App Store.app"; }
# { app = "/Applications/System Settings.app"; } # # { app = "/Applications/System Settings.app"; }
# { app = "/Applications/ChatGPT.app"; } # # { app = "/Applications/ChatGPT.app"; }
# { app = "/Applications/Nextcloud.app"; } # # { app = "/Applications/Nextcloud.app"; }
# { app = "/Applications/VSCodium.app"; } # # { app = "/Applications/VSCodium.app"; }
# { app = "/Applications/Omnissa Horizon Client.app"; } # # { app = "/Applications/Omnissa Horizon Client.app"; }
# { app = "/Applications/Proton Pass.app"; } # # { app = "/Applications/Proton Pass.app"; }
# { app = "/Applications/OrcaSlicer.app"; } # # { app = "/Applications/OrcaSlicer.app"; }
# { app = "/Applications/AlDente.app"; } # # { app = "/Applications/AlDente.app"; }
# ]; # # ];
# persistentOthers = [ # # persistentOthers = [
# "~/Downloads" # # "~/Downloads"
# ]; # # ];
}; # };
hotCorners = { # hotCorners = {
# ["-" "Mission Control" "Application Windows" "Desktop" "Start Screen Saver" "Disable Screen Saver" "Dashboard" "Put Display to Sleep" "Launchpad" "Notification Center" "Lock Screen" "Quick Note"] # # ["-" "Mission Control" "Application Windows" "Desktop" "Start Screen Saver" "Disable Screen Saver" "Dashboard" "Put Display to Sleep" "Launchpad" "Notification Center" "Lock Screen" "Quick Note"]
topLeft = "-"; # topLeft = "-";
topRight = "-"; # topRight = "-";
bottomLeft = "-"; # bottomLeft = "-";
bottomRight = "-"; # bottomRight = "-";
}; # };
missionControl = { # missionControl = {
automaticallyRearrangeSpacesBasedOnMostRecentUse = true; # automaticallyRearrangeSpacesBasedOnMostRecentUse = true;
displaysHaveSeparateSpaces = true; # displaysHaveSeparateSpaces = true;
dragWindowsToTopOfScreenToEnterMissionControl = true; # dragWindowsToTopOfScreenToEnterMissionControl = true;
groupWindowsByApplication = true; # groupWindowsByApplication = true;
whenSwitchingToAnApplicationSwitchToAspaceWithOpenWindowsForTheApplication = true; # whenSwitchingToAnApplicationSwitchToAspaceWithOpenWindowsForTheApplication = true;
}; # };
widgets = { # widgets = {
showWidgets = { # showWidgets = {
onDesktop = true; # onDesktop = true;
inStageManager = true; # inStageManager = true;
}; # };
widgetStyle = "Automatic"; # widgetStyle = "Automatic";
useIphoneWidgets = true; # useIphoneWidgets = true;
}; # };
windows = { # windows = {
askToKeepChangesWhenClosingDocuments = true; # askToKeepChangesWhenClosingDocuments = true;
closeWindowsWhenQuittingAnApplication = true; # closeWindowsWhenQuittingAnApplication = true;
dragWindowsToScreenEdgesToTile = true; # dragWindowsToScreenEdgesToTile = true;
dragWindowsToMenuBarToFillScreen = true; # dragWindowsToMenuBarToFillScreen = true;
holdOptionKeyWhileDraggingWindowsToTile = true; # holdOptionKeyWhileDraggingWindowsToTile = true;
preferTabsWhenOpeningDocuments = "In Full Screen"; # preferTabsWhenOpeningDocuments = "In Full Screen";
tiledWindowsHaveMargin = false; # tiledWindowsHaveMargin = false;
}; # };
}; # };
focus = { # focus = {
shareAcrossDevices = true; # shareAcrossDevices = true;
}; # };
# general.dateAndTime."24HourTime" = false; # # general.dateAndTime."24HourTime" = false;
notifications = { # notifications = {
notificationCenter = { # notificationCenter = {
showPreviews = "When Unlocked"; # showPreviews = "When Unlocked";
summarizeNotifications = true; # summarizeNotifications = true;
}; # };
}; # };
sound = { # sound = {
soundEffects = { # soundEffects = {
alertSound = "Boop"; # alertSound = "Boop";
alertVolume = 0.7; # alertVolume = 0.7;
playFeedbackWhenVolumeIsChanged = true; # playFeedbackWhenVolumeIsChanged = true;
playUserInterfaceSoundEffects = true; # playUserInterfaceSoundEffects = true;
}; # };
}; # };
spotlight = { # spotlight = {
helpAppleImproveSearch = false; # helpAppleImproveSearch = false;
# searchResults = { # # searchResults = {
# applications = true; # # applications = true;
# calculator = true; # # calculator = true;
# contacts = true; # # contacts = true;
# conversion = true; # # conversion = true;
# definition = true; # # definition = true;
# developer = true; # # developer = true;
# documents = true; # # documents = true;
# eventsAndReminders = true; # # eventsAndReminders = true;
# folders = true; # # folders = true;
# fonts = false; # # fonts = false;
# images = true; # # images = true;
# mailAndMessages = true; # # mailAndMessages = true;
# movies = true; # # movies = true;
# music = true; # # music = true;
# other = false; # # other = false;
# pdfDocuments = true; # # pdfDocuments = true;
# presentations = true; # # presentations = true;
# siriSuggestions = false; # # siriSuggestions = false;
# systemSettings = true; # # systemSettings = true;
# tips = false; # # tips = false;
# websites = true; # # 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: