This commit is contained in:
2026-01-31 16:48:30 +00:00
parent 90fe47f127
commit 8c9f969b33
5 changed files with 240 additions and 162 deletions
+113 -14
View File
@@ -1,6 +1,8 @@
{
"currentThemeName": "dynamic",
"currentThemeCategory": "generic",
"customThemeFile": "",
"registryThemeVariants": {},
"matugenScheme": "scheme-fidelity",
"runUserMatugenTemplates": true,
"matugenTargetMonitor": "",
@@ -9,6 +11,15 @@
"widgetBackgroundColor": "sch",
"widgetColorMode": "colorful",
"cornerRadius": 10,
"niriLayoutGapsOverride": -1,
"niriLayoutRadiusOverride": -1,
"niriLayoutBorderSize": -1,
"hyprlandLayoutGapsOverride": -1,
"hyprlandLayoutRadiusOverride": -1,
"hyprlandLayoutBorderSize": -1,
"mangoLayoutGapsOverride": -1,
"mangoLayoutRadiusOverride": -1,
"mangoLayoutBorderSize": -1,
"use24HourClock": true,
"showSeconds": false,
"useFahrenheit": false,
@@ -39,11 +50,15 @@
"controlCenterShowNetworkIcon": true,
"controlCenterShowBluetoothIcon": true,
"controlCenterShowAudioIcon": true,
"controlCenterShowAudioPercent": false,
"controlCenterShowVpnIcon": false,
"controlCenterShowBrightnessIcon": false,
"controlCenterShowBrightnessPercent": false,
"controlCenterShowMicIcon": false,
"controlCenterShowMicPercent": false,
"controlCenterShowBatteryIcon": false,
"controlCenterShowPrinterIcon": false,
"controlCenterShowScreenSharingIcon": true,
"showPrivacyButton": true,
"privacyShowMicIcon": false,
"privacyShowCameraIcon": false,
@@ -91,23 +106,61 @@
}
],
"showWorkspaceIndex": false,
"showWorkspaceName": false,
"showWorkspacePadding": false,
"workspaceScrolling": false,
"showWorkspaceApps": true,
"maxWorkspaceIcons": 3,
"workspacesPerMonitor": false,
"groupWorkspaceApps": true,
"workspaceFollowFocus": false,
"showOccupiedWorkspacesOnly": false,
"reverseScrolling": false,
"dwlShowAllTags": false,
"workspaceColorMode": "default",
"workspaceOccupiedColorMode": "none",
"workspaceUnfocusedColorMode": "default",
"workspaceUrgentColorMode": "default",
"workspaceFocusedBorderEnabled": false,
"workspaceFocusedBorderColor": "primary",
"workspaceFocusedBorderThickness": 2,
"workspaceNameIcons": {},
"waveProgressEnabled": true,
"scrollTitleEnabled": true,
"audioVisualizerEnabled": true,
"audioScrollMode": "volume",
"clockCompactMode": false,
"focusedWindowCompactMode": false,
"runningAppsCompactMode": true,
"keyboardLayoutNameCompactMode": true,
"runningAppsCurrentWorkspace": true,
"runningAppsGroupByApp": false,
"appIdSubstitutions": [
{
"pattern": "Spotify",
"replacement": "spotify",
"type": "exact"
},
{
"pattern": "beepertexts",
"replacement": "beeper",
"type": "exact"
},
{
"pattern": "home assistant desktop",
"replacement": "homeassistant-desktop",
"type": "exact"
},
{
"pattern": "com.transmissionbt.transmission",
"replacement": "transmission-gtk",
"type": "contains"
},
{
"pattern": "^steam_app_(\\d+)$",
"replacement": "steam_icon_$1",
"type": "regex"
}
],
"centeringMode": "index",
"clockDateFormat": "",
"lockDateFormat": "",
@@ -118,13 +171,27 @@
"appLauncherGridColumns": 4,
"spotlightCloseNiriOverview": true,
"niriOverviewOverlayEnabled": true,
"weatherLocation": "Dublin, Leinster",
"weatherCoordinates": "53.3493795,-6.2605593",
"useAutoLocation": true,
"weatherEnabled": true,
"networkPreference": "wifi",
"vpnLastConnected": "",
"iconTheme": "System Default",
"cursorSettings": {
"theme": "System Default",
"size": 24,
"niri": {
"hideWhenTyping": false,
"hideAfterInactiveMs": 0
},
"hyprland": {
"hideOnKeyPress": false,
"hideOnTouch": false,
"inactiveTimeout": 0
},
"dwl": {
"cursorHideTimeout": 0
}
},
"launcherLogoMode": "compositor",
"launcherLogoCustomPath": "",
"launcherLogoColorOverride": "surface",
@@ -132,9 +199,9 @@
"launcherLogoBrightness": 0.44,
"launcherLogoContrast": 1,
"launcherLogoSizeOffset": 0,
"fontFamily": "DejaVu Serif Condensed",
"monoFontFamily": "FiraCode Nerd Font Mono",
"fontWeight": 400,
"fontFamily": "Liberation Serif",
"monoFontFamily": "Mplus Code 60 Medium",
"fontWeight": 500,
"fontScale": 1,
"notepadUseMonospace": true,
"notepadFontFamily": "",
@@ -157,10 +224,13 @@
"batterySuspendTimeout": 1200,
"batterySuspendBehavior": 2,
"batteryProfileName": "",
"batteryChargeLimit": 100,
"lockBeforeSuspend": true,
"loginctlLockIntegration": true,
"fadeToLockEnabled": true,
"fadeToLockGracePeriod": 5,
"fadeToDpmsEnabled": true,
"fadeToDpmsGracePeriod": 5,
"launchPrefix": "",
"brightnessDevicePins": {},
"wifiNetworkPins": {},
@@ -174,21 +244,27 @@
"runDmsMatugenTemplates": true,
"matugenTemplateGtk": true,
"matugenTemplateNiri": true,
"matugenTemplateHyprland": true,
"matugenTemplateMangowc": true,
"matugenTemplateQt5ct": true,
"matugenTemplateQt6ct": true,
"matugenTemplateFirefox": true,
"matugenTemplatePywalfox": true,
"matugenTemplateZenBrowser": true,
"matugenTemplateVesktop": true,
"matugenTemplateEquibop": true,
"matugenTemplateGhostty": true,
"matugenTemplateKitty": true,
"matugenTemplateFoot": true,
"matugenTemplateAlacritty": true,
"matugenTemplateNeovim": true,
"matugenTemplateWezterm": true,
"matugenTemplateDgop": true,
"matugenTemplateKcolorscheme": true,
"matugenTemplateVscode": true,
"showDock": false,
"dockAutoHide": false,
"dockSmartAutoHide": false,
"dockGroupByApp": false,
"dockOpenOnOverview": false,
"dockPosition": 1,
@@ -201,6 +277,7 @@
"dockBorderColor": "surfaceText",
"dockBorderOpacity": 1,
"dockBorderThickness": 1,
"dockIsolateDisplays": false,
"notificationOverlayEnabled": false,
"modalDarkenBackground": true,
"lockScreenShowPowerActions": true,
@@ -209,15 +286,24 @@
"lockScreenShowDate": true,
"lockScreenShowProfileImage": true,
"lockScreenShowPasswordField": true,
"lockScreenPowerOffMonitorsOnLock": false,
"enableFprint": false,
"maxFprintTries": 3,
"lockScreenActiveMonitor": "all",
"lockScreenInactiveColor": "#000000",
"lockScreenNotificationMode": 0,
"hideBrightnessSlider": false,
"notificationTimeoutLow": 5000,
"notificationTimeoutNormal": 5000,
"notificationTimeoutCritical": 0,
"notificationCompactMode": false,
"notificationPopupPosition": 0,
"notificationHistoryEnabled": true,
"notificationHistoryMaxCount": 50,
"notificationHistoryMaxAgeDays": 7,
"notificationHistorySaveLow": true,
"notificationHistorySaveNormal": true,
"notificationHistorySaveCritical": true,
"osdAlwaysShowValue": false,
"osdPosition": 5,
"osdVolumeEnabled": true,
@@ -236,11 +322,10 @@
"poweroff",
"lock",
"suspend",
"restart",
"hibernate"
],
"powerMenuDefaultAction": "logout",
"powerMenuGridLayout": false,
"powerMenuGridLayout": true,
"customPowerActionLock": "",
"customPowerActionLogout": "",
"customPowerActionSuspend": "",
@@ -261,6 +346,10 @@
"niriOutputSettings": {},
"hyprlandOutputSettings": {
"eDP-1": {
"bitdepth": 10,
"colorManagement": "auto"
},
"DP-1": {
"bitdepth": 10
}
},
@@ -309,11 +398,11 @@
"enabled": true
}
],
"spacing": 3,
"spacing": 1,
"innerPadding": 4,
"bottomGap": 0,
"bottomGap": -6,
"transparency": 0,
"widgetTransparency": 1,
"widgetTransparency": 0.7,
"squareCorners": false,
"noBackground": false,
"gothCornersEnabled": false,
@@ -333,8 +422,9 @@
"maximizeDetection": true,
"widgetOutlineEnabled": true,
"widgetOutlineColor": "primary",
"widgetOutlineOpacity": 0.58,
"widgetOutlineThickness": 1
"widgetOutlineOpacity": 0.59,
"widgetOutlineThickness": 1,
"shadowIntensity": 0
}
],
"desktopClockEnabled": false,
@@ -395,6 +485,7 @@
"systemMonitorTopProcessCount": 3,
"systemMonitorTopProcessSortBy": "cpu",
"systemMonitorGraphInterval": 60,
"systemMonitorLayoutMode": "auto",
"systemMonitorX": -1,
"systemMonitorY": -1,
"systemMonitorWidth": 320,
@@ -411,5 +502,13 @@
}
}
},
"configVersion": 3
"desktopWidgetGridSettings": {},
"desktopWidgetInstances": [],
"desktopWidgetGroups": [],
"builtInPluginSettings": {
"dms_settings_search": {
"trigger": "?"
}
},
"configVersion": 5
}
+4 -4
View File
@@ -347,15 +347,15 @@ Defining the various fonts emacs will use
#+begin_src emacs-lisp
(set-face-attribute 'default nil
:font "FiraCodeNerdFontMono"
:font "MPLUSCodeLatin60"
:height 110
:weight 'medium)
(set-face-attribute 'variable-pitch nil
:font "FiraCodeNerdFontMono"
:font "MPLUSCodeLatin60"
:height 120
:weight 'medium)
(set-face-attribute 'fixed-pitch nil
:font "FiraCodeNerdFontMono"
:font "MPLUSCodeLatin60"
:height 130
:weight 'medium)
@@ -369,7 +369,7 @@ Defining the various fonts emacs will use
;; This sets the default font on all graphical frames created after restarting Emacs.
;; Does the same thing as 'set-face-attribute default' above, but emacsclient fonts
;; are not right unless I also add this method of setting the default font.
(add-to-list 'default-frame-alist '(font . "FiraCodeNerdFontMono-12"))
(add-to-list 'default-frame-alist '(font . "MPLUSCodeLatin60-12"))
;; uncomment the following line if line spacing needs adjusting.
;; (setq-default line-spacing 0.12)
+94 -94
View File
@@ -1,151 +1,151 @@
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$background = rgba(16121cff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$background = rgba(151217ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$error = rgba(ffb4abff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$error_container = rgba(93000aff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$inverse_on_surface = rgba(332e3aff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$inverse_on_surface = rgba(322f34ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$inverse_primary = rgba(7a23e9ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$inverse_primary = rgba(6f5191ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$inverse_surface = rgba(e8dfeeff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$inverse_surface = rgba(e7e0e7ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_background = rgba(e8dfeeff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_background = rgba(e7e0e7ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_error = rgba(690005ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_error_container = rgba(ffdad6ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_primary = rgba(42008aff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_primary = rgba(3f2160ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_primary_container = rgba(ffffffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_primary_container = rgba(fbf0ffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_primary_fixed = rgba(270057ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_primary_fixed = rgba(290849ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_primary_fixed_variant = rgba(5f00c0ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_primary_fixed_variant = rgba(563978ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_secondary = rgba(3e1973ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_secondary = rgba(372b44ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_secondary_container = rgba(ead9ffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_secondary_container = rgba(ecd9faff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_secondary_fixed = rgba(270057ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_secondary_fixed = rgba(22162eff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_secondary_fixed_variant = rgba(56338bff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_secondary_fixed_variant = rgba(4e415cff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_surface = rgba(e8dfeeff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_surface = rgba(e7e0e7ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_surface_variant = rgba(cdc2d8ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_surface_variant = rgba(cdc3d0ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_tertiary = rgba(502500ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_tertiary = rgba(343200ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_tertiary_container = rgba(ffffffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_tertiary_container = rgba(232200ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_tertiary_fixed = rgba(301400ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_tertiary_fixed = rgba(1e1c00ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$on_tertiary_fixed_variant = rgba(713700ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_tertiary_fixed_variant = rgba(4b4900ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$outline = rgba(968da1ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$outline = rgba(968e9aff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$outline_variant = rgba(4b4455ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$outline_variant = rgba(4a454fff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$primary = rgba(d5baffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$primary = rgba(dbb8ffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$primary_container = rgba(8230f1ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$primary_container = rgba(624484ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$primary_fixed = rgba(ecdcffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$primary_fixed = rgba(efdbffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$primary_fixed_dim = rgba(d5baffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$primary_fixed_dim = rgba(dbb8ffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$scrim = rgba(000000ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$secondary = rgba(d5baffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$secondary = rgba(d1c0e0ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$secondary_container = rgba(56338bff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$secondary_container = rgba(4e415cff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$secondary_fixed = rgba(ecdcffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$secondary_fixed = rgba(eedcfdff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$secondary_fixed_dim = rgba(d5baffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$secondary_fixed_dim = rgba(d1c0e0ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$shadow = rgba(000000ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$source_color = rgba(8230f1ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$source_color = rgba(624484ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface = rgba(16121cff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface = rgba(151217ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_bright = rgba(3c3743ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_bright = rgba(3b383dff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_container = rgba(221e28ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container = rgba(211f23ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_container_high = rgba(2d2833ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container_high = rgba(2c292eff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_container_highest = rgba(38333eff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container_highest = rgba(373438ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_container_low = rgba(1e1a24ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container_low = rgba(1d1b1fff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_container_lowest = rgba(100c16ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container_lowest = rgba(100d12ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_dim = rgba(16121cff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_dim = rgba(151217ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_tint = rgba(d5baffff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_tint = rgba(dbb8ffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$surface_variant = rgba(4b4455ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_variant = rgba(4a454fff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$tertiary = rgba(ffb785ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$tertiary = rgba(cfcb6fff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$tertiary_container = rgba(a05000ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$tertiary_container = rgba(b3af57ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$tertiary_fixed = rgba(ffdcc6ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$tertiary_fixed = rgba(ebe688ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg
$tertiary_fixed_dim = rgba(ffb785ff)
$image = /home/liamm/pictures/wallpapers/frieren-fern.png
$tertiary_fixed_dim = rgba(cfca6fff)
Generated
+8 -30
View File
@@ -33,41 +33,19 @@
"type": "github"
}
},
"dgop": {
"inputs": {
"nixpkgs": [
"dms",
"nixpkgs"
]
},
"locked": {
"lastModified": 1762835999,
"narHash": "sha256-UykYGrGFOFTmDpKTLNxj1wvd1gbDG4TkqLNSbV0TYwk=",
"owner": "AvengeMedia",
"repo": "dgop",
"rev": "799301991cd5dcea9b64245f9d500dcc76615653",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "dgop",
"type": "github"
}
},
"dms": {
"inputs": {
"dgop": "dgop",
"nixpkgs": [
"nixpkgs"
],
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1766003680,
"narHash": "sha256-KQTgfR1xpskgfCg0hkFfMEgZGkZGDfcZdlyeJv/D/Sc=",
"lastModified": 1768927299,
"narHash": "sha256-0H/hd1rDPVkIBjQ4ZLN19IFBxn/mgP0vVfBSR7RAM9Y=",
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"rev": "d97392d46e73949122e1a29d62b285809d210aef",
"rev": "d38767fb5ab25a8d221de9528bc1eaeb8d0da3c8",
"type": "github"
},
"original": {
@@ -696,16 +674,16 @@
]
},
"locked": {
"lastModified": 1764663772,
"narHash": "sha256-sHqLmm0wAt3PC4vczJeBozI1/f4rv9yp3IjkClHDXDs=",
"lastModified": 1766725085,
"narHash": "sha256-O2aMFdDUYJazFrlwL7aSIHbUSEm3ADVZjmf41uBJfHs=",
"ref": "refs/heads/master",
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
"revCount": 713,
"rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff",
"revCount": 715,
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
},
"original": {
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
"rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff",
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
}
+1
View File
@@ -12,6 +12,7 @@
home.packages = with pkgs; [
android-studio
genymotion
praat
prismlauncher
mcpelauncher-ui-qt
];