From f01ed8f7f086e973597ee376273ed6bae78c7834 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Mon, 15 Dec 2025 17:41:49 +0100 Subject: [PATCH] dms: pin release and update setting --- flake.lock | 7 ++++--- flake.nix | 2 +- modules/desktop/addons/dms/settings.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 815063c..9e1c30f 100644 --- a/flake.lock +++ b/flake.lock @@ -125,15 +125,16 @@ "quickshell": "quickshell" }, "locked": { - "lastModified": 1765780080, - "narHash": "sha256-9HH9N5sEI/zejFByl0M7zyGw7uthHrozGD+UfScg1z4=", + "lastModified": 1765552734, + "narHash": "sha256-rWjWYu5rs3ZOJ4YJpvIscBZSYu74thJHc0VYyYKJTUc=", "owner": "AvengeMedia", "repo": "DankMaterialShell", - "rev": "c2c90c680e4ce7c2ec9caae52ab3c069ac7bbebe", + "rev": "7fb358bada0d3a229ec5ee6aaad0f9b64f367331", "type": "github" }, "original": { "owner": "AvengeMedia", + "ref": "v1.0.2", "repo": "DankMaterialShell", "type": "github" } diff --git a/flake.nix b/flake.nix index 42283db..d71dc28 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,7 @@ }; dankMaterialShell = { - url = "github:AvengeMedia/DankMaterialShell"; + url = "github:AvengeMedia/DankMaterialShell/v1.0.2"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; diff --git a/modules/desktop/addons/dms/settings.json b/modules/desktop/addons/dms/settings.json index fbe9fb1..1aec4eb 100644 --- a/modules/desktop/addons/dms/settings.json +++ b/modules/desktop/addons/dms/settings.json @@ -149,7 +149,7 @@ "notepadLastCustomTransparency": 0.7, "soundsEnabled": true, "useSystemSoundTheme": false, - "soundNewNotification": true, + "soundNewNotification": false, "soundVolumeChanged": true, "soundPluggedIn": true, "acMonitorTimeout": 3600,