fix: aagl

This commit is contained in:
Ryan Yin
2026-04-27 15:15:06 +08:00
parent 7731b1f8af
commit 07b4f981d1
4 changed files with 98 additions and 34 deletions
Generated
+11 -11
View File
@@ -7,16 +7,16 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1777049951, "lastModified": 1777049909,
"narHash": "sha256-OdKgdlSuLnYcgdWDCgwDu9jPIKWdOneXdl23PRw8fz8=", "narHash": "sha256-t06XtDZpzxLxsq7nVxeMqppllJd4E0RMykDK+k1+CMM=",
"owner": "ezKEa", "owner": "ezKEa",
"repo": "aagl-gtk-on-nix", "repo": "aagl-gtk-on-nix",
"rev": "6ef0cc1bcc6b1b2959680324ce044571fbb13d2a", "rev": "7fa6541ef5e4d5c95d526a0c0dfb872648f85ab5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ezKEa", "owner": "ezKEa",
"ref": "release-25.11", "ref": "main",
"repo": "aagl-gtk-on-nix", "repo": "aagl-gtk-on-nix",
"type": "github" "type": "github"
} }
@@ -757,16 +757,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1770770419, "lastModified": 1770841267,
"narHash": "sha256-iKZMkr6Cm9JzWlRYW/VPoL0A9jVKtZYiU4zSrVeetIs=", "narHash": "sha256-9xejG0KoqsoKEGp2kVbXRlEYtFFcDTHjidiuX8hGO44=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6c5e707c6b5339359a9a9e215c5e66d6d802fd7a", "rev": "ec7c70d12ce2fc37cb92aff673dcdca89d187bae",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-25.11", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@@ -1068,11 +1068,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1770865833, "lastModified": 1770952264,
"narHash": "sha256-oiARqnlvaW6pVGheVi4ye6voqCwhg5hCcGish2ZvQzI=", "narHash": "sha256-CjymNrJZWBtpavyuTkfPVPaZkwzIzGaf0E/3WgcwM14=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "c8cfbe26238638e2f3a2c0ae7e8d240f5e4ded85", "rev": "ec6a3d5cdf14bb5a1dd03652bd3f6351004d2188",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -143,7 +143,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
aagl = { aagl = {
url = "github:ezKEa/aagl-gtk-on-nix/release-25.11"; url = "github:ezKEa/aagl-gtk-on-nix/main";
# inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
}; };
+1 -1
View File
@@ -19,7 +19,7 @@ let
configPath = "${config.home.homeDirectory}/nix-config/home/base/tui/editors/neovim/nvim"; configPath = "${config.home.homeDirectory}/nix-config/home/base/tui/editors/neovim/nvim";
in in
{ {
# xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink configPath; xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink configPath;
# Disable catppuccin to avoid conflict with my non-nix config. # Disable catppuccin to avoid conflict with my non-nix config.
catppuccin.nvim.enable = false; catppuccin.nvim.enable = false;
@@ -8,7 +8,9 @@
"customLaunchPrefixEnabled": false, "customLaunchPrefixEnabled": false,
"density": "default", "density": "default",
"enableClipPreview": true, "enableClipPreview": true,
"enableClipboardChips": true,
"enableClipboardHistory": true, "enableClipboardHistory": true,
"enableClipboardSmartIcons": true,
"enableSessionSearch": true, "enableSessionSearch": true,
"enableSettingsSearch": true, "enableSettingsSearch": true,
"enableWindowsSearch": true, "enableWindowsSearch": true,
@@ -22,15 +24,16 @@
"showIconBackground": true, "showIconBackground": true,
"sortByMostUsed": true, "sortByMostUsed": true,
"terminalCommand": "xterm -e", "terminalCommand": "xterm -e",
"useApp2Unit": true,
"viewMode": "list" "viewMode": "list"
}, },
"audio": { "audio": {
"cavaFrameRate": 30,
"mprisBlacklist": [], "mprisBlacklist": [],
"preferredPlayer": "", "preferredPlayer": "",
"spectrumFrameRate": 30,
"spectrumMirrored": true,
"visualizerType": "linear", "visualizerType": "linear",
"volumeFeedback": false, "volumeFeedback": false,
"volumeFeedbackSoundFile": "",
"volumeOverdrive": false, "volumeOverdrive": false,
"volumeStep": 1 "volumeStep": 1
}, },
@@ -41,21 +44,34 @@
"barType": "simple", "barType": "simple",
"capsuleColorKey": "none", "capsuleColorKey": "none",
"capsuleOpacity": 1, "capsuleOpacity": 1,
"contentPadding": 2,
"density": "comfortable", "density": "comfortable",
"displayMode": "always_visible", "displayMode": "always_visible",
"floating": false, "enableExclusionZoneInset": true,
"fontScale": 1,
"frameRadius": 12, "frameRadius": 12,
"frameThickness": 8, "frameThickness": 8,
"hideOnOverview": true, "hideOnOverview": true,
"marginHorizontal": 5, "marginHorizontal": 5,
"marginVertical": 5, "marginVertical": 5,
"middleClickAction": "none",
"middleClickCommand": "",
"middleClickFollowMouse": false,
"monitors": [], "monitors": [],
"mouseWheelAction": "none",
"mouseWheelWrap": true,
"outerCorners": true, "outerCorners": true,
"position": "top", "position": "top",
"reverseScroll": false,
"rightClickAction": "controlCenter",
"rightClickCommand": "",
"rightClickFollowMouse": true,
"screenOverrides": [], "screenOverrides": [],
"showCapsule": true, "showCapsule": true,
"showOnWorkspaceSwitch": true,
"showOutline": false, "showOutline": false,
"useSeparateOpacity": true, "useSeparateOpacity": true,
"widgetSpacing": 6,
"widgets": { "widgets": {
"center": [ "center": [
{ {
@@ -65,6 +81,7 @@
"enableScrollWheel": true, "enableScrollWheel": true,
"focusedColor": "primary", "focusedColor": "primary",
"followFocusedScreen": false, "followFocusedScreen": false,
"fontWeight": "bold",
"groupedBorderOpacity": 1, "groupedBorderOpacity": 1,
"hideUnoccupied": false, "hideUnoccupied": false,
"iconScale": 0.8, "iconScale": 0.8,
@@ -73,6 +90,7 @@
"occupiedColor": "secondary", "occupiedColor": "secondary",
"pillSize": 0.6, "pillSize": 0.6,
"showApplications": false, "showApplications": false,
"showApplicationsHover": false,
"showBadge": true, "showBadge": true,
"showLabelsOnlyWhenOccupied": true, "showLabelsOnlyWhenOccupied": true,
"unfocusedIconsOpacity": 1 "unfocusedIconsOpacity": 1
@@ -80,9 +98,13 @@
], ],
"left": [ "left": [
{ {
"colorizeSystemIcon": "none",
"customIconPath": "",
"enableColorization": false,
"icon": "rocket", "icon": "rocket",
"iconColor": "none", "iconColor": "none",
"id": "Launcher" "id": "Launcher",
"useDistroLogo": false
}, },
{ {
"clockColor": "none", "clockColor": "none",
@@ -98,6 +120,7 @@
"diskPath": "/persistent", "diskPath": "/persistent",
"iconColor": "none", "iconColor": "none",
"id": "SystemMonitor", "id": "SystemMonitor",
"showCpuCores": false,
"showCpuFreq": false, "showCpuFreq": false,
"showCpuTemp": false, "showCpuTemp": false,
"showCpuUsage": true, "showCpuUsage": true,
@@ -121,19 +144,17 @@
"maxWidth": 145, "maxWidth": 145,
"scrollingMode": "hover", "scrollingMode": "hover",
"showIcon": true, "showIcon": true,
"showText": true,
"textColor": "none", "textColor": "none",
"useFixedWidth": false "useFixedWidth": false
}, },
{ {
"compactMode": false, "compactMode": false,
"compactShowAlbumArt": true,
"compactShowVisualizer": false,
"hideMode": "hidden", "hideMode": "hidden",
"hideWhenIdle": false, "hideWhenIdle": false,
"id": "MediaMini", "id": "MediaMini",
"maxWidth": 145, "maxWidth": 145,
"panelShowAlbumArt": true, "panelShowAlbumArt": true,
"panelShowVisualizer": true,
"scrollingMode": "hover", "scrollingMode": "hover",
"showAlbumArt": false, "showAlbumArt": false,
"showArtistFirst": true, "showArtistFirst": true,
@@ -198,6 +219,7 @@
} }
}, },
"brightness": { "brightness": {
"backlightDeviceMappings": [],
"brightnessStep": 3, "brightnessStep": 3,
"enableDdcSupport": false, "enableDdcSupport": false,
"enforceMinimum": true "enforceMinimum": true
@@ -226,6 +248,7 @@
"monitorForColors": "", "monitorForColors": "",
"predefinedScheme": "Noctalia (default)", "predefinedScheme": "Noctalia (default)",
"schedulingMode": "off", "schedulingMode": "off",
"syncGsettings": true,
"useWallpaperColors": true "useWallpaperColors": true
}, },
"controlCenter": { "controlCenter": {
@@ -288,6 +311,7 @@
"desktopWidgets": { "desktopWidgets": {
"enabled": true, "enabled": true,
"gridSnap": true, "gridSnap": true,
"gridSnapScale": false,
"monitorWidgets": [ "monitorWidgets": [
{ {
"name": "eDP-1", "name": "eDP-1",
@@ -327,7 +351,8 @@
} }
] ]
} }
] ],
"overviewEnabled": true
}, },
"dock": { "dock": {
"animationSpeed": 1, "animationSpeed": 1,
@@ -338,13 +363,25 @@
"dockType": "floating", "dockType": "floating",
"enabled": false, "enabled": false,
"floatingRatio": 1, "floatingRatio": 1,
"groupApps": false,
"groupClickAction": "cycle",
"groupContextMenuMode": "extended",
"groupIndicatorStyle": "dots",
"inactiveIndicators": false, "inactiveIndicators": false,
"indicatorColor": "primary",
"indicatorOpacity": 0.6,
"indicatorThickness": 3,
"launcherIcon": "",
"launcherIconColor": "none",
"launcherPosition": "end",
"launcherUseDistroLogo": false,
"monitors": [], "monitors": [],
"onlySameOutput": true, "onlySameOutput": true,
"pinnedApps": [], "pinnedApps": [],
"pinnedStatic": false, "pinnedStatic": false,
"position": "bottom", "position": "bottom",
"showFrameIndicator": true, "showDockIndicator": false,
"showLauncherIcon": false,
"sitOnFrame": false, "sitOnFrame": false,
"size": 1 "size": 1
}, },
@@ -360,13 +397,15 @@
"clockStyle": "custom", "clockStyle": "custom",
"compactLockScreen": false, "compactLockScreen": false,
"dimmerOpacity": 0.2, "dimmerOpacity": 0.2,
"enableBlurBehind": true,
"enableLockScreenCountdown": true, "enableLockScreenCountdown": true,
"enableLockScreenMediaControls": false,
"enableShadows": true, "enableShadows": true,
"forceBlackScreenCorners": false, "forceBlackScreenCorners": false,
"iRadiusRatio": 1, "iRadiusRatio": 1,
"keybinds": { "keybinds": {
"keyDown": ["Down"], "keyDown": ["Down"],
"keyEnter": ["Return"], "keyEnter": ["Return", "Enter"],
"keyEscape": ["Esc"], "keyEscape": ["Esc"],
"keyLeft": ["Left"], "keyLeft": ["Left"],
"keyRemove": ["Del"], "keyRemove": ["Del"],
@@ -380,6 +419,7 @@
"lockScreenCountdownDuration": 10000, "lockScreenCountdownDuration": 10000,
"lockScreenMonitors": [], "lockScreenMonitors": [],
"lockScreenTint": 0, "lockScreenTint": 0,
"passwordChars": false,
"radiusRatio": 1, "radiusRatio": 1,
"reverseScroll": false, "reverseScroll": false,
"scaleRatio": 1, "scaleRatio": 1,
@@ -391,9 +431,11 @@
"showHibernateOnLockScreen": false, "showHibernateOnLockScreen": false,
"showScreenCorners": false, "showScreenCorners": false,
"showSessionButtonsOnLockScreen": true, "showSessionButtonsOnLockScreen": true,
"smoothScrollEnabled": true,
"telemetryEnabled": false "telemetryEnabled": false
}, },
"hooks": { "hooks": {
"colorGeneration": "",
"darkModeChange": "", "darkModeChange": "",
"enabled": false, "enabled": false,
"performanceModeDisabled": "", "performanceModeDisabled": "",
@@ -404,8 +446,23 @@
"startup": "", "startup": "",
"wallpaperChange": "" "wallpaperChange": ""
}, },
"idle": {
"customCommands": "[]",
"enabled": false,
"fadeDuration": 5,
"lockCommand": "",
"lockTimeout": 660,
"resumeLockCommand": "",
"resumeScreenOffCommand": "",
"resumeSuspendCommand": "",
"screenOffCommand": "",
"screenOffTimeout": 600,
"suspendCommand": "",
"suspendTimeout": 1800
},
"location": { "location": {
"analogClockInCalendar": false, "analogClockInCalendar": false,
"autoLocate": false,
"firstDayOfWeek": 1, "firstDayOfWeek": 1,
"hideWeatherCityName": false, "hideWeatherCityName": false,
"hideWeatherTimezone": false, "hideWeatherTimezone": false,
@@ -416,17 +473,18 @@
"use12hourFormat": false, "use12hourFormat": false,
"useFahrenheit": false, "useFahrenheit": false,
"weatherEnabled": true, "weatherEnabled": true,
"weatherShowEffects": true "weatherShowEffects": true,
"weatherTaliaMascotAlways": false
}, },
"network": { "network": {
"airplaneModeEnabled": false, "bluetoothAutoConnect": true,
"bluetoothDetailsViewMode": "grid", "bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false, "bluetoothHideUnnamedDevices": false,
"bluetoothRssiPollIntervalMs": 10000, "bluetoothRssiPollIntervalMs": 10000,
"bluetoothRssiPollingEnabled": false, "bluetoothRssiPollingEnabled": false,
"disableDiscoverability": false, "disableDiscoverability": false,
"wifiDetailsViewMode": "grid", "networkPanelView": "wifi",
"wifiEnabled": true "wifiDetailsViewMode": "grid"
}, },
"nightLight": { "nightLight": {
"autoSchedule": true, "autoSchedule": true,
@@ -437,6 +495,10 @@
"manualSunset": "18:30", "manualSunset": "18:30",
"nightTemp": "4000" "nightTemp": "4000"
}, },
"noctaliaPerformance": {
"disableDesktopWidgets": true,
"disableWallpaper": true
},
"notifications": { "notifications": {
"backgroundOpacity": 1, "backgroundOpacity": 1,
"clearDismissed": true, "clearDismissed": true,
@@ -478,7 +540,8 @@
"overlayLayer": true "overlayLayer": true
}, },
"plugins": { "plugins": {
"autoUpdate": false "autoUpdate": false,
"notifyUpdates": true
}, },
"sessionMenu": { "sessionMenu": {
"countdownDuration": 10000, "countdownDuration": 10000,
@@ -540,7 +603,7 @@
"showHeader": true, "showHeader": true,
"showKeybinds": true "showKeybinds": true
}, },
"settingsVersion": 53, "settingsVersion": 59,
"systemMonitor": { "systemMonitor": {
"batteryCriticalThreshold": 5, "batteryCriticalThreshold": 5,
"batteryWarningThreshold": 20, "batteryWarningThreshold": 20,
@@ -569,19 +632,18 @@
"enableUserTheming": false "enableUserTheming": false
}, },
"ui": { "ui": {
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false,
"boxBorderEnabled": false, "boxBorderEnabled": false,
"fontDefault": "Maple Mono NF CN", "fontDefault": "Maple Mono NF CN",
"fontDefaultScale": 1, "fontDefaultScale": 1,
"fontFixed": "Maple Mono NF CN", "fontFixed": "Maple Mono NF CN",
"fontFixedScale": 1, "fontFixedScale": 1,
"networkPanelView": "wifi",
"panelBackgroundOpacity": 0.85, "panelBackgroundOpacity": 0.85,
"panelsAttachedToBar": true, "panelsAttachedToBar": true,
"scrollbarAlwaysVisible": true,
"settingsPanelMode": "attached", "settingsPanelMode": "attached",
"settingsPanelSideBarCardStyle": false,
"tooltipsEnabled": true, "tooltipsEnabled": true,
"wifiDetailsViewMode": "grid" "translucentWidgets": false
}, },
"wallpaper": { "wallpaper": {
"automationEnabled": true, "automationEnabled": true,
@@ -592,6 +654,7 @@
"fillColor": "#000000", "fillColor": "#000000",
"fillMode": "crop", "fillMode": "crop",
"hideWallpaperFilenames": false, "hideWallpaperFilenames": false,
"linkLightAndDarkWallpapers": true,
"monitorDirectories": [], "monitorDirectories": [],
"overviewBlur": 0.4, "overviewBlur": 0.4,
"overviewEnabled": true, "overviewEnabled": true,
@@ -605,7 +668,8 @@
"sortOrder": "name", "sortOrder": "name",
"transitionDuration": 1500, "transitionDuration": 1500,
"transitionEdgeSmoothness": 0.05, "transitionEdgeSmoothness": 0.05,
"transitionType": "random", "transitionType": ["fade", "disc", "stripes", "wipe", "pixelate", "honeycomb"],
"useOriginalImages": false,
"useSolidColor": false, "useSolidColor": false,
"useWallhaven": false, "useWallhaven": false,
"viewMode": "recursive", "viewMode": "recursive",