From c6a16f25efad6ba27ab579387314df2e4cb78fed Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Fri, 27 Dec 2024 01:38:14 +0000 Subject: [PATCH 1/2] qenya/dconf: allow sound over 100% --- home/qenya/dconf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/qenya/dconf/default.nix b/home/qenya/dconf/default.nix index 912efb1..138bc50 100644 --- a/home/qenya/dconf/default.nix +++ b/home/qenya/dconf/default.nix @@ -11,6 +11,7 @@ in dconf.settings = { "org/gnome/settings-daemon/plugins/color".night-light-enabled = true; "org/gnome/desktop/sound".event-sounds = false; + "org/gnome/desktop/sound".allow-volume-above-100-percent = true; }; imports = [ From 43a3d42406cea346ac1ad585a8034ad6e5d21480 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Fri, 27 Dec 2024 01:38:19 +0000 Subject: [PATCH 2/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'birdsong': 'git+https://git.qenya.tel/qenya/birdsong?ref=main&rev=881078abf8bdc5f7e8bff63288714c6ec245c758' (2024-12-25) → 'git+https://git.qenya.tel/qenya/birdsong?ref=main&rev=fd3965ddee060739fb5b63b14e48ba4bb8c8588d' (2024-12-25) --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 56e9a39..fc038c7 100644 --- a/flake.lock +++ b/flake.lock @@ -46,11 +46,11 @@ }, "birdsong": { "locked": { - "lastModified": 1735095689, - "narHash": "sha256-8VdioC1gFMp0OMj4RUUA6zyOmq5eAZcK/d4q+MPdoIY=", + "lastModified": 1735100647, + "narHash": "sha256-cYcz1o/c8yHwVpWzIPkCMNnWH/73KMkL5pZSrCgvxHM=", "ref": "main", - "rev": "881078abf8bdc5f7e8bff63288714c6ec245c758", - "revCount": 16, + "rev": "fd3965ddee060739fb5b63b14e48ba4bb8c8588d", + "revCount": 17, "type": "git", "url": "https://git.qenya.tel/qenya/birdsong" },