From 75df4c7b7ba9e0ca259b78e7ee2ce7fe9eea1e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 30 May 2025 15:28:14 +0200 Subject: [PATCH 01/29] System Gen55 @ 2025-05-30-00:35:34 by jonas@monolith --- modules/home/zsh/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index 412f00f..41c03ef 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -61,7 +61,6 @@ in { git htop killall - neofetch nh nix-search-cli nix-tree From 92d6b6171d5c8b4f3657a66fb5052cfa58919c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 31 May 2025 18:10:39 +0200 Subject: [PATCH 02/29] System Gen56 @ 2025-05-31-18:10:39 by jonas@monolith --- hosts/monolith/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 627c3a6..ea3558d 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -69,7 +69,15 @@ borgbackup borgmatic chromium - davinci-resolve + (davinci-resolve.overrideAttrs + (prev: { + postInstall = + (prev.postInstall or "") + + '' + sed -i 's|^Exec=.*|Exec=sh -c \'qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"\'|' \ + $out/share/applications/davinci-resolve.desktop + ''; + })) digikam discord docker From ac97b9a66f67249c837cadde49b52035d7dcbd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 31 May 2025 18:29:45 +0200 Subject: [PATCH 03/29] System Gen57 @ 2025-05-31-18:29:44 by jonas@monolith --- hosts/monolith/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index ea3558d..4b0ca0c 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -74,7 +74,7 @@ postInstall = (prev.postInstall or "") + '' - sed -i 's|^Exec=.*|Exec=sh -c \'qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"\'|' \ + sed -i 's|^Exec=.*|Exec=sh -c '\' 'qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"'\' '|' \ $out/share/applications/davinci-resolve.desktop ''; })) From 143ca264d4aac9702f7f5fcc0a2ace88ca4cc382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 31 May 2025 18:32:44 +0200 Subject: [PATCH 04/29] System Gen58 @ 2025-05-31-18:32:43 by jonas@monolith --- hosts/monolith/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 4b0ca0c..da88aef 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -74,7 +74,7 @@ postInstall = (prev.postInstall or "") + '' - sed -i 's|^Exec=.*|Exec=sh -c '\' 'qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"'\' '|' \ + sed -i 's|^Exec=.*|Exec=qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"|' \ $out/share/applications/davinci-resolve.desktop ''; })) From c3344b74ce149b44e4efdbe6576ea127a16b5aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 31 May 2025 18:37:00 +0200 Subject: [PATCH 05/29] System Gen59 @ 2025-05-31-18:36:59 by jonas@monolith --- hosts/monolith/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index da88aef..00ba959 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -74,6 +74,11 @@ postInstall = (prev.postInstall or "") + '' + mv $out/share/applications/davinci-resolve.desktop \ + $out/share/applications/davinci-resolve.desktop.bak + cat $out/share/applications/davinci-resolve.desktop.bak \ + > $out/share/applications/davinci-resolve.desktop + rm $out/share/applications/davinci-resolve.desktop.bak sed -i 's|^Exec=.*|Exec=qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"|' \ $out/share/applications/davinci-resolve.desktop ''; From f77c3d71fe4c03354c6968f560c4e4bf65c39993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 31 May 2025 18:42:00 +0200 Subject: [PATCH 06/29] System Gen60 @ 2025-05-31-18:42:00 by jonas@monolith --- hosts/monolith/configuration.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 00ba959..5463c8d 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -76,11 +76,10 @@ + '' mv $out/share/applications/davinci-resolve.desktop \ $out/share/applications/davinci-resolve.desktop.bak - cat $out/share/applications/davinci-resolve.desktop.bak \ - > $out/share/applications/davinci-resolve.desktop + cat $out/share/applications/davinci-resolve.desktop.bak |\ + sed 's|^Exec=.*|Exec=qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"|' >\ + $out/share/applications/davinci-resolve.desktop rm $out/share/applications/davinci-resolve.desktop.bak - sed -i 's|^Exec=.*|Exec=qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"|' \ - $out/share/applications/davinci-resolve.desktop ''; })) digikam From 55db1a54d4ce798b6ad4aa21f9f0c83af8e6375c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 31 May 2025 18:44:33 +0200 Subject: [PATCH 07/29] System Gen61 @ 2025-05-31-18:44:32 by jonas@monolith --- hosts/monolith/configuration.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 5463c8d..627c3a6 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -69,19 +69,7 @@ borgbackup borgmatic chromium - (davinci-resolve.overrideAttrs - (prev: { - postInstall = - (prev.postInstall or "") - + '' - mv $out/share/applications/davinci-resolve.desktop \ - $out/share/applications/davinci-resolve.desktop.bak - cat $out/share/applications/davinci-resolve.desktop.bak |\ - sed 's|^Exec=.*|Exec=qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" \&\& davinci-resolve \& sleep 20 \&\& qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu"|' >\ - $out/share/applications/davinci-resolve.desktop - rm $out/share/applications/davinci-resolve.desktop.bak - ''; - })) + davinci-resolve digikam discord docker From ca049c58958fb24815f1e708ac329acaf6ba762e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 7 Jun 2025 23:08:49 +0200 Subject: [PATCH 08/29] System Gen62 @ 2025-06-07-23:08:48 by jonas@monolith --- hosts/monolith/configuration.nix | 1 + modules/hardware/sound.nix | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 627c3a6..3b7207b 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -51,6 +51,7 @@ hive.virt-manager.forUsers = ["jonas"]; hive.bluetooth.enable = true; hive.sound.enable = true; + hive.sound.noisetorch = true; hive.yubikey.enable = true; hive.services.kdeconnect.enable = true; hive.wg.client.enable = true; diff --git a/modules/hardware/sound.nix b/modules/hardware/sound.nix index 61336d9..8ef66a7 100644 --- a/modules/hardware/sound.nix +++ b/modules/hardware/sound.nix @@ -6,10 +6,17 @@ cfg = config.hive.sound; in { options = { - hive.sound.enable = lib.mkOption { - type = lib.types.bool; - default = false; - description = "Enable sound with pipewire."; + hive.sound = { + enable = lib.mkOption { + type = lib.types.bool; + default = false; + description = "Enable sound with pipewire."; + }; + noisetorch = lib.mkOption { + type = lib.types.bool; + default = false; + description = "Enable Noisetorch for noise cancellation."; + }; }; }; config = lib.mkIf cfg.enable { @@ -28,5 +35,6 @@ in { # no need to redefine it in your config for now) #media-session.enable = true; }; + programs.noisetorch.enable = cfg.noisetorch; }; } From 56ad4fd7846823602e018357f9fcd706447d39da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 8 Jun 2025 03:00:35 +0200 Subject: [PATCH 09/29] Revert "Home Gen534 @ 2025-06-06-11:59 by jonas@comfy-station" This reverts commit a499b961171e3cac349b8ce6d99ac8b034350333. --- modules/home/themes/layan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/themes/layan.nix b/modules/home/themes/layan.nix index f7f2e5a..aee12f9 100644 --- a/modules/home/themes/layan.nix +++ b/modules/home/themes/layan.nix @@ -20,7 +20,7 @@ in { pkgs.tela-circle-icon-theme ]; - qt.enable = true; + qt.enable = false; qt.style.name = "kvantum"; qt.style.package = pkgs.kdePackages.qtstyleplugin-kvantum; qt.platformTheme.name = "gtk"; From aba5e46e4b2cd2cc322a8d066b5a50720eb2a8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 14 Jun 2025 01:36:25 +0200 Subject: [PATCH 10/29] Upgrade Gen65 @ 2025-06-14-01:36:23 by jonas@monolith --- flake.lock | 72 +++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/flake.lock b/flake.lock index d007901..2e88ba3 100644 --- a/flake.lock +++ b/flake.lock @@ -40,11 +40,11 @@ ] }, "locked": { - "lastModified": 1749005807, - "narHash": "sha256-PQMJtU43C3HqgQa4iO/AzFOr3j8bbrkKh5og/A8bVLQ=", + "lastModified": 1749410315, + "narHash": "sha256-5H8MuMMSq1WnQcvb1FiDNkKP+uyeZ8HX5GRTMfEOyLI=", "owner": "lelgenio", "repo": "dzgui-nix", - "rev": "aa9eb93058ed0290d4244b5f63a9f28a42551293", + "rev": "49adbb1edfb3c25b0cd8256d35673394386065e7", "type": "github" }, "original": { @@ -61,11 +61,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1749143092, - "narHash": "sha256-IrVT37SUU8/B3X53rwEzDrx3djGLIfa8tmsyqVJxpR4=", + "lastModified": 1749787411, + "narHash": "sha256-Ozx6BBA7jBPUF2b2tFAG4wD71cCBOmCgZFYjqCbpMJ8=", "owner": "rycee", "repo": "nur-expressions", - "rev": "d62d10f250ca6a37cbbe05a35a0e1e7ae3b4b5c2", + "rev": "bf1c48472bc1daa1a19900484669f0f68acce902", "type": "gitlab" }, "original": { @@ -195,11 +195,11 @@ ] }, "locked": { - "lastModified": 1749145600, - "narHash": "sha256-v2kY5RDk9oyo1x9m8u83GdklC96xlJ7ka1rrvZoYL78=", + "lastModified": 1749238452, + "narHash": "sha256-8qiKEWcxUrjpUpK+WyFNg/72C8rp70LUuyTD23T+SdQ=", "owner": "hyprwm", "repo": "hyprgraphics", - "rev": "80b754e38e836777ad3a9d5d1ffc3491b0332471", + "rev": "c7225d73755a6c4c7c72f4d4f3925ea426e325a8", "type": "github" }, "original": { @@ -226,11 +226,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1749193279, - "narHash": "sha256-3bldatPCkZRKb8idCnua/8MiDqYidjxLkmXMvkpM1HE=", + "lastModified": 1749820652, + "narHash": "sha256-vN+EKs/P4FXEBagjY9VFoLyVa9a9F4O2S5OD90O4Oew=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "c35c2fea409a845b1023151a2b642f4aa077dacc", + "rev": "ad85406220d88c3de9ceba32f17a25caf101bb45", "type": "github" }, "original": { @@ -256,11 +256,11 @@ ] }, "locked": { - "lastModified": 1748526041, - "narHash": "sha256-QyUACXhQJ2+K0YxwEuAfpyCXqbdCCHj1jNAWJy+vUxw=", + "lastModified": 1749820448, + "narHash": "sha256-1bHcGMlkcf6H0ag8xhczJi6loEG1s05cYbBhK2mY5tM=", "owner": "hyprwm", "repo": "hyprland-plugins", - "rev": "2eee96fe52fa0923c0aae647eb7901b5b51df3db", + "rev": "a2cc080386f1f58ab08f26bb89d230e5d10cfb58", "type": "github" }, "original": { @@ -451,11 +451,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1749121763, - "narHash": "sha256-TVFiyMBs+3KEzZVwf/n1zedUWzPrMPzud/2Jiho8dcE=", + "lastModified": 1749856624, + "narHash": "sha256-hO5vjZhVuZ3moZgDTU8ecdpIZIFf1GiKMjXHDsflYws=", "owner": "lilyinstarlight", "repo": "nixos-cosmic", - "rev": "c89df80b72b4e1802fd91a35f4857868c953c1c0", + "rev": "edf3595b2a95149e2d426665c5253b47353fbccf", "type": "github" }, "original": { @@ -466,11 +466,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1749195551, - "narHash": "sha256-W5GKQHgunda/OP9sbKENBZhMBDNu2QahoIPwnsF6CeM=", + "lastModified": 1749832440, + "narHash": "sha256-lfxhuxAaHlYFGr8yOrAXZqdMt8PrFLzjVqH9v3lQaoY=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "4602f7e1d3f197b3cb540d5accf5669121629628", + "rev": "db030f62a449568345372bd62ed8c5be4824fa49", "type": "github" }, "original": { @@ -482,11 +482,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1749086602, - "narHash": "sha256-DJcgJMekoxVesl9kKjfLPix2Nbr42i7cpEHJiTnBUwU=", + "lastModified": 1749727998, + "narHash": "sha256-mHv/yeUbmL91/TvV95p+mBVahm9mdQMJoqaTVTALaFw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4792576cb003c994bd7cc1edada3129def20b27d", + "rev": "fd487183437963a59ba763c0cc4f27e3447dd6dd", "type": "github" }, "original": { @@ -498,11 +498,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1748995628, - "narHash": "sha256-bFufQGSAEYQgjtc4wMrobS5HWN0hDP+ZX+zthYcml9U=", + "lastModified": 1749668643, + "narHash": "sha256-gaWJEWGBW/g1u6o5IM4Un0vluv86cigLuBnjsKILffc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8eb3b6a2366a7095939cd22f0dc0e9991313294b", + "rev": "1965fd20a39c8e441746bee66d550af78f0c0a7b", "type": "github" }, "original": { @@ -514,11 +514,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1748929857, - "narHash": "sha256-lcZQ8RhsmhsK8u7LIFsJhsLh/pzR9yZ8yqpTzyGdj+Q=", + "lastModified": 1749285348, + "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c2a03962b8e24e669fb37b7df10e7c79531ff1a4", + "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", "type": "github" }, "original": { @@ -597,11 +597,11 @@ ] }, "locked": { - "lastModified": 1749091064, - "narHash": "sha256-TGtYjzRX0sueFhwYsnNNFF5TTKnpnloznpIghLzxeXo=", + "lastModified": 1749782305, + "narHash": "sha256-h6jWS89SZyI5ACe/Ac2Yn7Qf+Uhb1yawbtpEqgV1h8E=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "12419593ce78f2e8e1e89a373c6515885e218acb", + "rev": "dc62b7639a9dcab4ab1246876fd0df8412a4a824", "type": "github" }, "original": { @@ -617,11 +617,11 @@ ] }, "locked": { - "lastModified": 1747603214, - "narHash": "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=", + "lastModified": 1749592509, + "narHash": "sha256-VunQzfZFA+Y6x3wYi2UE4DEQ8qKoAZZCnZPUlSoqC+A=", "owner": "Mic92", "repo": "sops-nix", - "rev": "8d215e1c981be3aa37e47aeabd4e61bb069548fd", + "rev": "50754dfaa0e24e313c626900d44ef431f3210138", "type": "github" }, "original": { From a54edf1153c16382021e514f892f51c57b50e743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 15 Jun 2025 15:35:10 +0200 Subject: [PATCH 11/29] Revert "Upgrade Gen65 @ 2025-06-14-01:36:23 by jonas@monolith" This reverts commit aba5e46e4b2cd2cc322a8d066b5a50720eb2a8a6. --- flake.lock | 72 +++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/flake.lock b/flake.lock index 2e88ba3..d007901 100644 --- a/flake.lock +++ b/flake.lock @@ -40,11 +40,11 @@ ] }, "locked": { - "lastModified": 1749410315, - "narHash": "sha256-5H8MuMMSq1WnQcvb1FiDNkKP+uyeZ8HX5GRTMfEOyLI=", + "lastModified": 1749005807, + "narHash": "sha256-PQMJtU43C3HqgQa4iO/AzFOr3j8bbrkKh5og/A8bVLQ=", "owner": "lelgenio", "repo": "dzgui-nix", - "rev": "49adbb1edfb3c25b0cd8256d35673394386065e7", + "rev": "aa9eb93058ed0290d4244b5f63a9f28a42551293", "type": "github" }, "original": { @@ -61,11 +61,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1749787411, - "narHash": "sha256-Ozx6BBA7jBPUF2b2tFAG4wD71cCBOmCgZFYjqCbpMJ8=", + "lastModified": 1749143092, + "narHash": "sha256-IrVT37SUU8/B3X53rwEzDrx3djGLIfa8tmsyqVJxpR4=", "owner": "rycee", "repo": "nur-expressions", - "rev": "bf1c48472bc1daa1a19900484669f0f68acce902", + "rev": "d62d10f250ca6a37cbbe05a35a0e1e7ae3b4b5c2", "type": "gitlab" }, "original": { @@ -195,11 +195,11 @@ ] }, "locked": { - "lastModified": 1749238452, - "narHash": "sha256-8qiKEWcxUrjpUpK+WyFNg/72C8rp70LUuyTD23T+SdQ=", + "lastModified": 1749145600, + "narHash": "sha256-v2kY5RDk9oyo1x9m8u83GdklC96xlJ7ka1rrvZoYL78=", "owner": "hyprwm", "repo": "hyprgraphics", - "rev": "c7225d73755a6c4c7c72f4d4f3925ea426e325a8", + "rev": "80b754e38e836777ad3a9d5d1ffc3491b0332471", "type": "github" }, "original": { @@ -226,11 +226,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1749820652, - "narHash": "sha256-vN+EKs/P4FXEBagjY9VFoLyVa9a9F4O2S5OD90O4Oew=", + "lastModified": 1749193279, + "narHash": "sha256-3bldatPCkZRKb8idCnua/8MiDqYidjxLkmXMvkpM1HE=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "ad85406220d88c3de9ceba32f17a25caf101bb45", + "rev": "c35c2fea409a845b1023151a2b642f4aa077dacc", "type": "github" }, "original": { @@ -256,11 +256,11 @@ ] }, "locked": { - "lastModified": 1749820448, - "narHash": "sha256-1bHcGMlkcf6H0ag8xhczJi6loEG1s05cYbBhK2mY5tM=", + "lastModified": 1748526041, + "narHash": "sha256-QyUACXhQJ2+K0YxwEuAfpyCXqbdCCHj1jNAWJy+vUxw=", "owner": "hyprwm", "repo": "hyprland-plugins", - "rev": "a2cc080386f1f58ab08f26bb89d230e5d10cfb58", + "rev": "2eee96fe52fa0923c0aae647eb7901b5b51df3db", "type": "github" }, "original": { @@ -451,11 +451,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1749856624, - "narHash": "sha256-hO5vjZhVuZ3moZgDTU8ecdpIZIFf1GiKMjXHDsflYws=", + "lastModified": 1749121763, + "narHash": "sha256-TVFiyMBs+3KEzZVwf/n1zedUWzPrMPzud/2Jiho8dcE=", "owner": "lilyinstarlight", "repo": "nixos-cosmic", - "rev": "edf3595b2a95149e2d426665c5253b47353fbccf", + "rev": "c89df80b72b4e1802fd91a35f4857868c953c1c0", "type": "github" }, "original": { @@ -466,11 +466,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1749832440, - "narHash": "sha256-lfxhuxAaHlYFGr8yOrAXZqdMt8PrFLzjVqH9v3lQaoY=", + "lastModified": 1749195551, + "narHash": "sha256-W5GKQHgunda/OP9sbKENBZhMBDNu2QahoIPwnsF6CeM=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "db030f62a449568345372bd62ed8c5be4824fa49", + "rev": "4602f7e1d3f197b3cb540d5accf5669121629628", "type": "github" }, "original": { @@ -482,11 +482,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1749727998, - "narHash": "sha256-mHv/yeUbmL91/TvV95p+mBVahm9mdQMJoqaTVTALaFw=", + "lastModified": 1749086602, + "narHash": "sha256-DJcgJMekoxVesl9kKjfLPix2Nbr42i7cpEHJiTnBUwU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fd487183437963a59ba763c0cc4f27e3447dd6dd", + "rev": "4792576cb003c994bd7cc1edada3129def20b27d", "type": "github" }, "original": { @@ -498,11 +498,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1749668643, - "narHash": "sha256-gaWJEWGBW/g1u6o5IM4Un0vluv86cigLuBnjsKILffc=", + "lastModified": 1748995628, + "narHash": "sha256-bFufQGSAEYQgjtc4wMrobS5HWN0hDP+ZX+zthYcml9U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1965fd20a39c8e441746bee66d550af78f0c0a7b", + "rev": "8eb3b6a2366a7095939cd22f0dc0e9991313294b", "type": "github" }, "original": { @@ -514,11 +514,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1749285348, - "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", + "lastModified": 1748929857, + "narHash": "sha256-lcZQ8RhsmhsK8u7LIFsJhsLh/pzR9yZ8yqpTzyGdj+Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", + "rev": "c2a03962b8e24e669fb37b7df10e7c79531ff1a4", "type": "github" }, "original": { @@ -597,11 +597,11 @@ ] }, "locked": { - "lastModified": 1749782305, - "narHash": "sha256-h6jWS89SZyI5ACe/Ac2Yn7Qf+Uhb1yawbtpEqgV1h8E=", + "lastModified": 1749091064, + "narHash": "sha256-TGtYjzRX0sueFhwYsnNNFF5TTKnpnloznpIghLzxeXo=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "dc62b7639a9dcab4ab1246876fd0df8412a4a824", + "rev": "12419593ce78f2e8e1e89a373c6515885e218acb", "type": "github" }, "original": { @@ -617,11 +617,11 @@ ] }, "locked": { - "lastModified": 1749592509, - "narHash": "sha256-VunQzfZFA+Y6x3wYi2UE4DEQ8qKoAZZCnZPUlSoqC+A=", + "lastModified": 1747603214, + "narHash": "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=", "owner": "Mic92", "repo": "sops-nix", - "rev": "50754dfaa0e24e313c626900d44ef431f3210138", + "rev": "8d215e1c981be3aa37e47aeabd4e61bb069548fd", "type": "github" }, "original": { From 561d022b1cf19a7bfdc324780d4722c745529ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 17 Jun 2025 23:41:33 +0200 Subject: [PATCH 12/29] System Gen67 @ 2025-06-17-23:41:33 by jonas@monolith --- hosts/monolith/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 3b7207b..1b67f28 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -70,6 +70,7 @@ borgbackup borgmatic chromium + darktable davinci-resolve digikam discord From ed752680e2b0e7ea02c6480e188e1461f570ff60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 22 Jun 2025 02:36:17 +0200 Subject: [PATCH 13/29] System Gen70 @ 2025-06-22-02:36:17 by jonas@monolith --- hosts/monolith/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 1b67f28..09fab02 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -82,6 +82,7 @@ firefox gimp git + hdrmerge hive.crossover hive.transcode-davinci-resolve inputs.dzgui-nix.packages.${pkgs.stdenv.system}.default From f50999892d7a5a057c72affb5da2a3c065fdaa49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 19:06:19 +0200 Subject: [PATCH 14/29] Upgrade Gen71 @ 2025-06-24-19:06:19 by jonas@monolith --- flake.lock | 120 ++++++++++++++++++++++++++--------------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/flake.lock b/flake.lock index d007901..531c637 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ ] }, "locked": { - "lastModified": 1749155310, - "narHash": "sha256-t0HfHg/1+TbSra5s6nNM0o4tnb3uqWedShSpZXsUMYY=", + "lastModified": 1750372185, + "narHash": "sha256-lVBKxd9dsZOH1fA6kSE5WNnt8e+09fN+NL/Q3BjTWHY=", "owner": "hyprwm", "repo": "aquamarine", - "rev": "94981cf75a9f11da0b6dd6a1abbd7c50a36ab2d3", + "rev": "7cef49d261cbbe537e8cb662485e76d29ac4cbca", "type": "github" }, "original": { @@ -40,11 +40,11 @@ ] }, "locked": { - "lastModified": 1749005807, - "narHash": "sha256-PQMJtU43C3HqgQa4iO/AzFOr3j8bbrkKh5og/A8bVLQ=", + "lastModified": 1749410315, + "narHash": "sha256-5H8MuMMSq1WnQcvb1FiDNkKP+uyeZ8HX5GRTMfEOyLI=", "owner": "lelgenio", "repo": "dzgui-nix", - "rev": "aa9eb93058ed0290d4244b5f63a9f28a42551293", + "rev": "49adbb1edfb3c25b0cd8256d35673394386065e7", "type": "github" }, "original": { @@ -61,11 +61,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1749143092, - "narHash": "sha256-IrVT37SUU8/B3X53rwEzDrx3djGLIfa8tmsyqVJxpR4=", + "lastModified": 1750737804, + "narHash": "sha256-wClGd2PhxdjjphR6wIgoiDcR+Gfg4/+FyseSOjIIzVU=", "owner": "rycee", "repo": "nur-expressions", - "rev": "d62d10f250ca6a37cbbe05a35a0e1e7ae3b4b5c2", + "rev": "aaaf4fec792bad465ea4a35c0be5bc2a54f33095", "type": "gitlab" }, "original": { @@ -136,11 +136,11 @@ ] }, "locked": { - "lastModified": 1749154018, - "narHash": "sha256-gjN3j7joRvT3a8Zgcylnd4NFsnXeDBumqiu4HmY1RIg=", + "lastModified": 1750783375, + "narHash": "sha256-oKccVOF1igIwTncVTHZ9RHgjOQEMbg8NK5am2IjOCCI=", "owner": "nix-community", "repo": "home-manager", - "rev": "7aae0ee71a17b19708b93b3ed448a1a0952bf111", + "rev": "d457fa3c764e53e7bdd7354467c605766407620d", "type": "github" }, "original": { @@ -195,11 +195,11 @@ ] }, "locked": { - "lastModified": 1749145600, - "narHash": "sha256-v2kY5RDk9oyo1x9m8u83GdklC96xlJ7ka1rrvZoYL78=", + "lastModified": 1750371717, + "narHash": "sha256-cNP+bVq8m5x2Rl6MTjwfQLCdwbVmKvTH7yqVc1SpiJM=", "owner": "hyprwm", "repo": "hyprgraphics", - "rev": "80b754e38e836777ad3a9d5d1ffc3491b0332471", + "rev": "15c6f8f3a567fec9a0f732cd310a7ff456deef88", "type": "github" }, "original": { @@ -226,11 +226,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1749193279, - "narHash": "sha256-3bldatPCkZRKb8idCnua/8MiDqYidjxLkmXMvkpM1HE=", + "lastModified": 1750771433, + "narHash": "sha256-AG2TRRcc84066tAOdJ1hdy1ZbpR53UbqGxmaL3VecRc=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "c35c2fea409a845b1023151a2b642f4aa077dacc", + "rev": "aea81320015130bf850242d5a8695fcdcbf4f0c1", "type": "github" }, "original": { @@ -256,11 +256,11 @@ ] }, "locked": { - "lastModified": 1748526041, - "narHash": "sha256-QyUACXhQJ2+K0YxwEuAfpyCXqbdCCHj1jNAWJy+vUxw=", + "lastModified": 1750778528, + "narHash": "sha256-X0QpVEhpkhf0RvU0n5+qsBH3JIXY2uZ8m56HhP7FzU8=", "owner": "hyprwm", "repo": "hyprland-plugins", - "rev": "2eee96fe52fa0923c0aae647eb7901b5b51df3db", + "rev": "aa23323de3325e3026fc26f9c23205954be4d337", "type": "github" }, "original": { @@ -349,11 +349,11 @@ ] }, "locked": { - "lastModified": 1749155776, - "narHash": "sha256-t1PM0wxQLQwv2F2AW23uA7pm5giwmcgYEWbNIRct9r4=", + "lastModified": 1750371812, + "narHash": "sha256-D868K1dVEACw17elVxRgXC6hOxY+54wIEjURztDWLk8=", "owner": "hyprwm", "repo": "hyprland-qtutils", - "rev": "396e8aa1c06274835b69da7f9a015fff9a9b7522", + "rev": "b13c7481e37856f322177010bdf75fccacd1adc8", "type": "github" }, "original": { @@ -378,11 +378,11 @@ ] }, "locked": { - "lastModified": 1749145882, - "narHash": "sha256-qr0KXeczF8Sma3Ae7+dR2NHhvG7YeLBJv19W4oMu6ZE=", + "lastModified": 1750371198, + "narHash": "sha256-/iuJ1paQOBoSLqHflRNNGyroqfF/yvPNurxzcCT0cAE=", "owner": "hyprwm", "repo": "hyprlang", - "rev": "1bfb84f54d50c7ae6558c794d3cfd5f6a7e6e676", + "rev": "cee01452bca58d6cadb3224e21e370de8bc20f0b", "type": "github" }, "original": { @@ -403,11 +403,11 @@ ] }, "locked": { - "lastModified": 1749135356, - "narHash": "sha256-Q8mAKMDsFbCEuq7zoSlcTuxgbIBVhfIYpX0RjE32PS0=", + "lastModified": 1750371096, + "narHash": "sha256-JB1IeJ41y7kWc/dPGV6RMcCUM0Xj2NEK26A2Ap7EM9c=", "owner": "hyprwm", "repo": "hyprutils", - "rev": "e36db00dfb3a3d3fdcc4069cb292ff60d2699ccb", + "rev": "38f3a211657ce82a1123bf19402199b67a410f08", "type": "github" }, "original": { @@ -428,11 +428,11 @@ ] }, "locked": { - "lastModified": 1749145760, - "narHash": "sha256-IHaGWpGrv7seFWdw/1A+wHtTsPlOGIKMrk1TUIYJEFI=", + "lastModified": 1750371869, + "narHash": "sha256-lGk4gLjgZQ/rndUkzmPYcgbHr8gKU5u71vyrjnwfpB4=", "owner": "hyprwm", "repo": "hyprwayland-scanner", - "rev": "817918315ea016cc2d94004bfb3223b5fd9dfcc6", + "rev": "aa38edd6e3e277ae6a97ea83a69261a5c3aab9fd", "type": "github" }, "original": { @@ -451,11 +451,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1749121763, - "narHash": "sha256-TVFiyMBs+3KEzZVwf/n1zedUWzPrMPzud/2Jiho8dcE=", + "lastModified": 1750763263, + "narHash": "sha256-3JW7xEfobw0qXZsOZ0BwGV5+JMzOE+fZ3+v0ypOwKt0=", "owner": "lilyinstarlight", "repo": "nixos-cosmic", - "rev": "c89df80b72b4e1802fd91a35f4857868c953c1c0", + "rev": "dabf86334f0eab8ced9a5e7219d34a28b055bb2a", "type": "github" }, "original": { @@ -466,11 +466,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1749195551, - "narHash": "sha256-W5GKQHgunda/OP9sbKENBZhMBDNu2QahoIPwnsF6CeM=", + "lastModified": 1750431636, + "narHash": "sha256-vnzzBDbCGvInmfn2ijC4HsIY/3W1CWbwS/YQoFgdgPg=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "4602f7e1d3f197b3cb540d5accf5669121629628", + "rev": "1552a9f4513f3f0ceedcf90320e48d3d47165712", "type": "github" }, "original": { @@ -482,11 +482,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1749086602, - "narHash": "sha256-DJcgJMekoxVesl9kKjfLPix2Nbr42i7cpEHJiTnBUwU=", + "lastModified": 1750622754, + "narHash": "sha256-kMhs+YzV4vPGfuTpD3mwzibWUE6jotw5Al2wczI0Pv8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4792576cb003c994bd7cc1edada3129def20b27d", + "rev": "c7ab75210cb8cb16ddd8f290755d9558edde7ee1", "type": "github" }, "original": { @@ -498,11 +498,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1748995628, - "narHash": "sha256-bFufQGSAEYQgjtc4wMrobS5HWN0hDP+ZX+zthYcml9U=", + "lastModified": 1750646418, + "narHash": "sha256-4UAN+W0Lp4xnUiHYXUXAPX18t+bn6c4Btry2RqM9JHY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8eb3b6a2366a7095939cd22f0dc0e9991313294b", + "rev": "1f426f65ac4e6bf808923eb6f8b8c2bfba3d18c5", "type": "github" }, "original": { @@ -514,11 +514,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1748929857, - "narHash": "sha256-lcZQ8RhsmhsK8u7LIFsJhsLh/pzR9yZ8yqpTzyGdj+Q=", + "lastModified": 1750506804, + "narHash": "sha256-VLFNc4egNjovYVxDGyBYTrvVCgDYgENp5bVi9fPTDYc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c2a03962b8e24e669fb37b7df10e7c79531ff1a4", + "rev": "4206c4cb56751df534751b058295ea61357bbbaa", "type": "github" }, "original": { @@ -561,11 +561,11 @@ ] }, "locked": { - "lastModified": 1747372754, - "narHash": "sha256-2Y53NGIX2vxfie1rOW0Qb86vjRZ7ngizoo+bnXU9D9k=", + "lastModified": 1749636823, + "narHash": "sha256-WUaIlOlPLyPgz9be7fqWJA5iG6rHcGRtLERSCfUDne4=", "owner": "cachix", "repo": "git-hooks.nix", - "rev": "80479b6ec16fefd9c1db3ea13aeb038c60530f46", + "rev": "623c56286de5a3193aa38891a6991b28f9bab056", "type": "github" }, "original": { @@ -597,11 +597,11 @@ ] }, "locked": { - "lastModified": 1749091064, - "narHash": "sha256-TGtYjzRX0sueFhwYsnNNFF5TTKnpnloznpIghLzxeXo=", + "lastModified": 1750732748, + "narHash": "sha256-HR2b3RHsPeJm+Fb+1ui8nXibgniVj7hBNvUbXEyz0DU=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "12419593ce78f2e8e1e89a373c6515885e218acb", + "rev": "4b4494b2ba7e8a8041b2e28320b2ee02c115c75f", "type": "github" }, "original": { @@ -617,11 +617,11 @@ ] }, "locked": { - "lastModified": 1747603214, - "narHash": "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=", + "lastModified": 1750119275, + "narHash": "sha256-Rr7Pooz9zQbhdVxux16h7URa6mA80Pb/G07T4lHvh0M=", "owner": "Mic92", "repo": "sops-nix", - "rev": "8d215e1c981be3aa37e47aeabd4e61bb069548fd", + "rev": "77c423a03b9b2b79709ea2cb63336312e78b72e2", "type": "github" }, "original": { @@ -673,11 +673,11 @@ ] }, "locked": { - "lastModified": 1749155346, - "narHash": "sha256-KIkJu3zF8MF3DuGwzAmo3Ww9wsWXolwV30SjJRTAxYE=", + "lastModified": 1750372504, + "narHash": "sha256-VBeZb1oqZM1cqCAZnFz/WyYhO8aF/ImagI7WWg/Z3Og=", "owner": "hyprwm", "repo": "xdg-desktop-portal-hyprland", - "rev": "44bf29f1df45786098920c655af523535a9191ae", + "rev": "400308fc4f9d12e0a93e483c2e7a649e12af1a92", "type": "github" }, "original": { From 5521602b356c7ca7d8571f28632f465efa253ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 19:50:42 +0200 Subject: [PATCH 15/29] Home Gen35 @ 2025-06-24-19:50 by jonas@monolith --- home/jonas@monolith.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/jonas@monolith.nix b/home/jonas@monolith.nix index f182041..a7eeccb 100644 --- a/home/jonas@monolith.nix +++ b/home/jonas@monolith.nix @@ -15,15 +15,15 @@ hive.doom.withShellPkgs = true; hive.firefox = { enable = true; - plasmaIntegration = true; + plasmaIntegration = false; passFF = true; }; - hive.kdeconnect.enable = true; - hive.kdeconnect.indicatorOnly = true; + hive.kdeconnect.enable = false; + hive.kdeconnect.indicatorOnly = false; hive.nextcloud.enable = true; hive.nix-scripts.enable = true; hive.ranger.enable = true; - hive.themes.layan.enable = true; + hive.themes.layan.enable = false; hive.yubikey.enable = true; hive.zsh.enable = true; From 68080abad77357be579fac9ed589d99f09df445f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 19:54:12 +0200 Subject: [PATCH 16/29] Home Gen35 @ 2025-06-24-19:50 by jonas@monolith --- home/jonas@monolith.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/jonas@monolith.nix b/home/jonas@monolith.nix index a7eeccb..351efcb 100644 --- a/home/jonas@monolith.nix +++ b/home/jonas@monolith.nix @@ -23,7 +23,7 @@ hive.nextcloud.enable = true; hive.nix-scripts.enable = true; hive.ranger.enable = true; - hive.themes.layan.enable = false; + hive.themes.layan.enable = true; hive.yubikey.enable = true; hive.zsh.enable = true; From 0cdd119f99c96231775c7f932a8dd72896bd0de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 20:17:48 +0200 Subject: [PATCH 17/29] System Gen72 @ 2025-06-24-20:17:47 by jonas@monolith --- hosts/monolith/configuration.nix | 2 -- modules/desktop/dm/sddm.nix | 4 ---- 2 files changed, 6 deletions(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 09fab02..dd6bef2 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -45,8 +45,6 @@ hive.nix-scripts.enable = true; hive.displayManager.name = "sddm"; hive.plasma.enable = true; - hive.kwallet.enable = true; - hive.kwallet.forUsers = ["jonas"]; hive.virt-manager.enable = true; hive.virt-manager.forUsers = ["jonas"]; hive.bluetooth.enable = true; diff --git a/modules/desktop/dm/sddm.nix b/modules/desktop/dm/sddm.nix index d109d80..56fdd69 100644 --- a/modules/desktop/dm/sddm.nix +++ b/modules/desktop/dm/sddm.nix @@ -11,9 +11,5 @@ in { enable = true; wayland.enable = true; }; - environment.systemPackages = with pkgs; [ - kdePackages.kwallet - kdePackages.kwalletmanager - ]; }; } From 9d1a5f267e1fe7fa7608af4384ccfcd0f3e7028b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 20:30:24 +0200 Subject: [PATCH 18/29] Home Gen36 @ 2025-06-24-20:10 by jonas@monolith --- modules/home/nextcloud/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/nextcloud/default.nix b/modules/home/nextcloud/default.nix index 54feac4..183470a 100644 --- a/modules/home/nextcloud/default.nix +++ b/modules/home/nextcloud/default.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, ... }: let cfg = config.hive.nextcloud; @@ -12,6 +13,7 @@ in { services.nextcloud-client = { enable = true; startInBackground = true; + package = pkgs.nextcloud-client; }; }; } From e3c2c261018f76755d1bd97be56e5d521fc411cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 20:33:53 +0200 Subject: [PATCH 19/29] Home Gen36 @ 2025-06-24-20:10 by jonas@monolith --- home/jonas@monolith.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/jonas@monolith.nix b/home/jonas@monolith.nix index 351efcb..0785d9b 100644 --- a/home/jonas@monolith.nix +++ b/home/jonas@monolith.nix @@ -20,7 +20,7 @@ }; hive.kdeconnect.enable = false; hive.kdeconnect.indicatorOnly = false; - hive.nextcloud.enable = true; + hive.nextcloud.enable = false; # kwallet bug hive.nix-scripts.enable = true; hive.ranger.enable = true; hive.themes.layan.enable = true; From 0ad8dd4fe5694ea2e5700d96b24d717fc9c7a965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 20:35:20 +0200 Subject: [PATCH 20/29] System Gen73 @ 2025-06-24-20:35:19 by jonas@monolith --- hosts/monolith/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index dd6bef2..5a6cfbf 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -92,6 +92,7 @@ mosquitto mpv mupdf + nextcloud-client nh nix-index nix-output-monitor From c37d9f7a4338324ee3486e47b4986e709966edbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 24 Jun 2025 21:11:13 +0200 Subject: [PATCH 21/29] System Gen74 @ 2025-06-24-21:11:12 by jonas@monolith --- hosts/monolith/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 5a6cfbf..9ad1a30 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -45,6 +45,8 @@ hive.nix-scripts.enable = true; hive.displayManager.name = "sddm"; hive.plasma.enable = true; + hive.kwallet.enable = true; + hive.kwallet.forUsers = ["jonas"]; hive.virt-manager.enable = true; hive.virt-manager.forUsers = ["jonas"]; hive.bluetooth.enable = true; From 211978092dc38a53656226f3016bafbad3193fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 25 Jun 2025 00:58:18 +0200 Subject: [PATCH 22/29] System Gen75 @ 2025-06-25-00:58:17 by jonas@monolith --- home/jonas@comfy-station.nix | 6 ++++ home/jroeger.nix | 4 +++ hosts/monolith/configuration.nix | 18 +++++----- modules/default.nix | 1 + modules/programs/creative.nix | 60 ++++++++++++++++++++++++++++++++ 5 files changed, 79 insertions(+), 10 deletions(-) create mode 100644 modules/programs/creative.nix diff --git a/home/jonas@comfy-station.nix b/home/jonas@comfy-station.nix index 3765728..6c4c98d 100644 --- a/home/jonas@comfy-station.nix +++ b/home/jonas@comfy-station.nix @@ -40,6 +40,12 @@ hive.doom.enableCopilot = true; hive.doom.withNixPkgs = true; hive.doom.withShellPkgs = true; + hive.programs.creative = { + enable = true; + image-management = true; + image-raw-processing = true; + video-editing-light = true; + }; # Make session variables available in systemd units # SEE: https://github.com/nix-community/home-manager/pull/5543 diff --git a/home/jroeger.nix b/home/jroeger.nix index c6d7085..86cd977 100644 --- a/home/jroeger.nix +++ b/home/jroeger.nix @@ -16,6 +16,10 @@ hive.doom.withNixPkgs = true; hive.doom.withShellPkgs = true; hive.doom.withCXXPkgs = true; + hive.programs.creative = { + enable = true; + video-editing-light = true; + }; # This value determines the Home Manager release that your configuration is # compatible with. This helps avoid breakage when a new Home Manager release diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 9ad1a30..fc66990 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -61,6 +61,14 @@ hive.programs.games.lutris = true; hive.programs.games.steam = true; hive.programs.games.wine = true; + hive.programs.creative = { + enable = true; + image-management = true; + image-editing = true; + image-raw-processing = true; + video-editing-light = true; + video-editing-heavy = true; + }; # system packages environment.systemPackages = with pkgs; [ @@ -70,27 +78,17 @@ borgbackup borgmatic chromium - darktable - davinci-resolve - digikam discord docker docker-compose drawio feh - ffmpeg firefox - gimp git - hdrmerge hive.crossover - hive.transcode-davinci-resolve inputs.dzgui-nix.packages.${pkgs.stdenv.system}.default insomnia - kdePackages.kdenlive - krita libreoffice - losslesscut-bin mosquitto mpv mupdf diff --git a/modules/default.nix b/modules/default.nix index 4c106d9..9ea1834 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -22,6 +22,7 @@ ./hardware/sound.nix ./hardware/yubikey.nix ./networking/wireguard + ./programs/creative.nix ./programs/games.nix ./services/borg-server.nix ./services/kdeconnect.nix diff --git a/modules/programs/creative.nix b/modules/programs/creative.nix new file mode 100644 index 0000000..033f7ba --- /dev/null +++ b/modules/programs/creative.nix @@ -0,0 +1,60 @@ +{ + config, + lib, + pkgs, + ... +}: let + cfg = config.hive.programs.creative; +in { + options.hive.programs.creative = { + enable = lib.mkEnableOption "Enable creative programs (video/image editing, etc.)"; + image-management = lib.mkOption { + type = lib.types.bool; + default = true; + description = '' + Enable image management tools. + ''; + }; + image-editing = lib.mkOption { + type = lib.types.bool; + default = false; + description = '' + Enable image editing tools. + ''; + }; + image-raw-processing = lib.mkOption { + type = lib.types.bool; + default = false; + description = '' + Enable Darktable for raw processing. + ''; + }; + video-editing-light = lib.mkOption { + type = lib.types.bool; + default = false; + description = '' + Enable light video editing tools. + ''; + }; + video-editing-heavy = lib.mkOption { + type = lib.types.bool; + default = false; + description = '' + Enable heavy video editing tools. + ''; + }; + }; + + config = lib.mkIf cfg.enable { + environment.systemPackages = with pkgs; + lib.optionals cfg.image-editing [gimp krita drawio] + ++ lib.optional cfg.image-management digikam + ++ lib.optionals cfg.image-raw-processing [darktable hdrmerge] + ++ lib.optionals cfg.video-editing-light [ffmpeg losslesscut-bin] + ++ lib.optionals cfg.video-editing-heavy [ + davinci-resolve + hive.transcode-davinci-resolve + kdePackages.kdenlive + ]; + }; +} From 1a4c3ff397a4f0ed16cebd08b379c1ab4e1a1583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 25 Jun 2025 01:01:32 +0200 Subject: [PATCH 23/29] System Gen76 @ 2025-06-25-01:01:32 by jonas@monolith --- hosts/monolith/configuration.nix | 5 +---- modules/programs/games.nix | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index fc66990..a9897d9 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -58,6 +58,7 @@ hive.wg.client.privateKeyFile = config.sops.secrets.wg-priv.path; hive.wg.client.peer = "monolith"; hive.programs.games.enable = true; + hive.programs.games.dayz = true; hive.programs.games.lutris = true; hive.programs.games.steam = true; hive.programs.games.wine = true; @@ -81,12 +82,9 @@ discord docker docker-compose - drawio feh firefox git - hive.crossover - inputs.dzgui-nix.packages.${pkgs.stdenv.system}.default insomnia libreoffice mosquitto @@ -98,7 +96,6 @@ nix-output-monitor obsidian openhantek6022 - proton-caller qalculate-qt qtpass ranger diff --git a/modules/programs/games.nix b/modules/programs/games.nix index 1dc5b08..1a07e9d 100644 --- a/modules/programs/games.nix +++ b/modules/programs/games.nix @@ -1,5 +1,6 @@ { config, + inputs, lib, pkgs, ... @@ -15,6 +16,13 @@ in { Enable Steam support. ''; }; + dayz = lib.mkOption { + type = lib.types.bool; + default = false; + description = '' + Enable DayZ tools. + ''; + }; lutris = lib.mkOption { type = lib.types.bool; default = false; @@ -48,10 +56,15 @@ in { ]; }) ++ lib.optional cfg.r2modman pkgs.r2modman + ++ lib.optionals cfg.dayz [ + pkgs.hive.crossover + inputs.dzgui-nix.packages.${pkgs.stdenv.system}.default + ] ++ lib.optionals cfg.wine [ pkgs.wine pkgs.winetricks - ]; + ] + ++ lib.optional (cfg.steam && cfg.wine) pkgs.proton-caller; programs.steam = lib.mkIf cfg.steam { enable = true; From 952839b93f834417f6c2a2f6c1a74e255cfdcf79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 25 Jun 2025 01:20:17 +0200 Subject: [PATCH 24/29] System Gen77 @ 2025-06-25-01:20:16 by jonas@monolith --- modules/hardware/sound.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/hardware/sound.nix b/modules/hardware/sound.nix index 8ef66a7..4efca20 100644 --- a/modules/hardware/sound.nix +++ b/modules/hardware/sound.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, ... }: let cfg = config.hive.sound; @@ -17,6 +18,11 @@ in { default = false; description = "Enable Noisetorch for noise cancellation."; }; + noisetorch-threshold = lib.mkOption { + type = lib.types.int; + default = -1; + description = "Set the noise cancellation threshold for Noisetorch."; + }; }; }; config = lib.mkIf cfg.enable { @@ -36,5 +42,17 @@ in { #media-session.enable = true; }; programs.noisetorch.enable = cfg.noisetorch; + systemd.user.services.noisetorch-autoload = lib.mkIf cfg.noisetorch { + description = "Automatically load Noisetorch on user login"; + after = ["pipewire.service"]; + requires = ["pipewire.service"]; + serviceConfig = { + Type = "oneshot"; + ExecStart = "${pkgs.noisetorch}/bin/noisetorch -l -t ${toString cfg.noisetorch-threshold}"; + ExecStop = "${pkgs.noisetorch}/bin/noisetorch -u"; + RemainAfterExit = true; + }; + wantedBy = ["default.target"]; + }; }; } From 14bf5380aab964a1aae2cd890bf1a7d5feba27f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 25 Jun 2025 01:23:39 +0200 Subject: [PATCH 25/29] System Gen78 @ 2025-06-25-01:23:39 by jonas@monolith --- modules/hardware/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/sound.nix b/modules/hardware/sound.nix index 4efca20..3b7802f 100644 --- a/modules/hardware/sound.nix +++ b/modules/hardware/sound.nix @@ -48,7 +48,7 @@ in { requires = ["pipewire.service"]; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.noisetorch}/bin/noisetorch -l -t ${toString cfg.noisetorch-threshold}"; + ExecStart = "${pkgs.noisetorch}/bin/noisetorch -i -t ${toString cfg.noisetorch-threshold}"; ExecStop = "${pkgs.noisetorch}/bin/noisetorch -u"; RemainAfterExit = true; }; From b3646bc382fba20201e1010bfe969963ab447c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 25 Jun 2025 01:41:26 +0200 Subject: [PATCH 26/29] System Gen79 @ 2025-06-25-01:41:25 by jonas@monolith --- modules/hardware/sound.nix | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/modules/hardware/sound.nix b/modules/hardware/sound.nix index 3b7802f..f9c24da 100644 --- a/modules/hardware/sound.nix +++ b/modules/hardware/sound.nix @@ -48,7 +48,23 @@ in { requires = ["pipewire.service"]; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.noisetorch}/bin/noisetorch -i -t ${toString cfg.noisetorch-threshold}"; + ExecStart = "${pkgs.writeShellScript "load-noisetorch" '' + set -euo pipefail + NOISETORCH="${pkgs.noisetorch}/bin/noisetorch" + WPCTL="${pkgs.wireplumber}/bin/wpctl" + GREP="${pkgs.gnugrep}/bin/grep" + AWK="${pkgs.gawk}/bin/awk" + HEAD="${pkgs.coreutils}/bin/head" + + $NOISETORCH -i -t ${toString cfg.noisetorch-threshold}; + sleep 2 + FILTER_ID=$($WPCTL status | $GREP "NoiseTorch" | $AWK '{print $2}' | $HEAD -c-2) + if [ -n "$FILTER_ID" ]; then + $WPCTL set-default $FILTER_ID + else + echo "Noisetorch filter not found, skipping setting default source." + fi + ''}"; ExecStop = "${pkgs.noisetorch}/bin/noisetorch -u"; RemainAfterExit = true; }; From c1d7132097b20c61285b665cf8b064c951fb0c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 25 Jun 2025 01:51:46 +0200 Subject: [PATCH 27/29] System Gen80 @ 2025-06-25-01:51:45 by jonas@monolith --- modules/hardware/sound.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/hardware/sound.nix b/modules/hardware/sound.nix index f9c24da..55a68ff 100644 --- a/modules/hardware/sound.nix +++ b/modules/hardware/sound.nix @@ -57,8 +57,7 @@ in { HEAD="${pkgs.coreutils}/bin/head" $NOISETORCH -i -t ${toString cfg.noisetorch-threshold}; - sleep 2 - FILTER_ID=$($WPCTL status | $GREP "NoiseTorch" | $AWK '{print $2}' | $HEAD -c-2) + FILTER_ID=$($WPCTL status | $GREP NoiseTorch | $AWK 'match($0, /[0-9]+(\.[0-9]+)?/) { print substr($0, RSTART, RLENGTH) }' | head -n1) if [ -n "$FILTER_ID" ]; then $WPCTL set-default $FILTER_ID else From 44a0404433b7ac2393b0eab029afd415948ca8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 27 Jun 2025 02:35:07 +0200 Subject: [PATCH 28/29] System Gen81 @ 2025-06-27-02:35:06 by jonas@monolith --- modules/hardware/sound.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hardware/sound.nix b/modules/hardware/sound.nix index 55a68ff..95bc5d4 100644 --- a/modules/hardware/sound.nix +++ b/modules/hardware/sound.nix @@ -56,7 +56,9 @@ in { AWK="${pkgs.gawk}/bin/awk" HEAD="${pkgs.coreutils}/bin/head" + sleep 2 $NOISETORCH -i -t ${toString cfg.noisetorch-threshold}; + sleep 2 FILTER_ID=$($WPCTL status | $GREP NoiseTorch | $AWK 'match($0, /[0-9]+(\.[0-9]+)?/) { print substr($0, RSTART, RLENGTH) }' | head -n1) if [ -n "$FILTER_ID" ]; then $WPCTL set-default $FILTER_ID From 8b2c61c5acf96133b4c5f83fb05cfbf0dcde0898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 27 Jun 2025 20:35:05 +0200 Subject: [PATCH 29/29] Home Gen37 @ 2025-06-24-20:34 by jonas@monolith --- modules/home/zsh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index 41c03ef..ab6c3c8 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -62,6 +62,7 @@ in { htop killall nh + nix-output-monitor nix-search-cli nix-tree nixpkgs-fmt