diff --git a/_sources/generated.json b/_sources/generated.json index 1349350..f79e770 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -22,7 +22,7 @@ }, "TrackersListCollection": { "cargoLock": null, - "date": "2026-03-17", + "date": "2026-02-09", "extract": null, "name": "TrackersListCollection", "passthru": null, @@ -34,16 +34,62 @@ "name": null, "owner": "XIU2", "repo": "TrackersListCollection", - "rev": "9a296881f7b90e4022c594fa824185a4c02ccb25", - "sha256": "sha256-EOjTGf9OHslTSzRbosPcuQDxauQ2dqT/I6W+k80s3XE=", + "rev": "3f782e96279b2ea8f051fcf8a782f6b67613bf75", + "sha256": "sha256-+YNTJlhYK1YD5VL7DgCbVco+60rhuFdZtD2Cs/Jk9wU=", "sparseCheckout": [], "type": "github" }, - "version": "9a296881f7b90e4022c594fa824185a4c02ccb25" + "version": "3f782e96279b2ea8f051fcf8a782f6b67613bf75" + }, + "noto-sans-cjk": { + "cargoLock": null, + "date": null, + "extract": null, + "name": "noto-sans-cjk", + "passthru": null, + "pinned": false, + "src": { + "deepClone": false, + "fetchSubmodules": false, + "leaveDotGit": false, + "name": null, + "owner": "notofonts", + "repo": "noto-cjk", + "rev": "Serif2.003", + "sha256": "sha256-UxbwdY2w3u6i1kBWwr5vMKvsnD3eCllN+kBrCH38KlY=", + "sparseCheckout": [ + "Sans/OTC" + ], + "type": "github" + }, + "version": "Serif2.003" + }, + "noto-serif-cjk": { + "cargoLock": null, + "date": null, + "extract": null, + "name": "noto-serif-cjk", + "passthru": null, + "pinned": false, + "src": { + "deepClone": false, + "fetchSubmodules": false, + "leaveDotGit": false, + "name": null, + "owner": "notofonts", + "repo": "noto-cjk", + "rev": "Serif2.003", + "sha256": "sha256-mfbBSdJrUCZiUUmsmndtEW6H3z6KfBn+dEftBySf2j4=", + "sparseCheckout": [ + "Serif/OTC" + ], + "type": "github" + }, + "version": "Serif2.003" }, "nvim_vim-startuptime": { "cargoLock": null, - "date": "2026-02-15", + "date": "2025-02-17", "extract": null, "name": "nvim_vim-startuptime", "passthru": null, @@ -55,12 +101,12 @@ "name": null, "owner": "dstein64", "repo": "vim-startuptime", - "rev": "c12649b2458e34ec6dde8f1bdfe830661a613a6b", - "sha256": "sha256-S5Zw0IGhTFykdxk+znYiSh+G6ru7YrjhEB1xJwKnF54=", + "rev": "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6", + "sha256": "sha256-0YLDkU1y89O5z7tgxaH5USQpJDfTuN0fsPJOAp6pa5Y=", "sparseCheckout": [], "type": "github" }, - "version": "c12649b2458e34ec6dde8f1bdfe830661a613a6b" + "version": "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6" }, "rime-yuhaostar": { "cargoLock": null, @@ -77,6 +123,27 @@ }, "version": "v3.10.0" }, + "spotx": { + "cargoLock": null, + "date": "2026-02-08", + "extract": null, + "name": "spotx", + "passthru": null, + "pinned": false, + "src": { + "deepClone": false, + "fetchSubmodules": false, + "leaveDotGit": false, + "name": null, + "owner": "SpotX-Official", + "repo": "SpotX-Bash", + "rev": "41c8d9cd29b1b201b5495f1839a140e05def8fd1", + "sha256": "sha256-gCatmzChRhFEPzE476hi9BMgVacvCrXCQpD3QMxEKpU=", + "sparseCheckout": [], + "type": "github" + }, + "version": "41c8d9cd29b1b201b5495f1839a140e05def8fd1" + }, "wshowkeys-mao": { "cargoLock": null, "date": "2025-09-14", diff --git a/_sources/generated.nix b/_sources/generated.nix index 75971ef..251ad5d 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -20,27 +20,55 @@ }; TrackersListCollection = { pname = "TrackersListCollection"; - version = "9a296881f7b90e4022c594fa824185a4c02ccb25"; + version = "3f782e96279b2ea8f051fcf8a782f6b67613bf75"; src = fetchFromGitHub { owner = "XIU2"; repo = "TrackersListCollection"; - rev = "9a296881f7b90e4022c594fa824185a4c02ccb25"; + rev = "3f782e96279b2ea8f051fcf8a782f6b67613bf75"; fetchSubmodules = false; - sha256 = "sha256-EOjTGf9OHslTSzRbosPcuQDxauQ2dqT/I6W+k80s3XE="; + sha256 = "sha256-+YNTJlhYK1YD5VL7DgCbVco+60rhuFdZtD2Cs/Jk9wU="; + }; + date = "2026-02-09"; + }; + noto-sans-cjk = { + pname = "noto-sans-cjk"; + version = "Serif2.003"; + src = fetchFromGitHub { + owner = "notofonts"; + repo = "noto-cjk"; + rev = "Serif2.003"; + fetchSubmodules = false; + deepClone = false; + leaveDotGit = false; + sparseCheckout = [ "Sans/OTC" ]; + sha256 = "sha256-UxbwdY2w3u6i1kBWwr5vMKvsnD3eCllN+kBrCH38KlY="; + }; + }; + noto-serif-cjk = { + pname = "noto-serif-cjk"; + version = "Serif2.003"; + src = fetchFromGitHub { + owner = "notofonts"; + repo = "noto-cjk"; + rev = "Serif2.003"; + fetchSubmodules = false; + deepClone = false; + leaveDotGit = false; + sparseCheckout = [ "Serif/OTC" ]; + sha256 = "sha256-mfbBSdJrUCZiUUmsmndtEW6H3z6KfBn+dEftBySf2j4="; }; - date = "2026-03-17"; }; nvim_vim-startuptime = { pname = "nvim_vim-startuptime"; - version = "c12649b2458e34ec6dde8f1bdfe830661a613a6b"; + version = "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6"; src = fetchFromGitHub { owner = "dstein64"; repo = "vim-startuptime"; - rev = "c12649b2458e34ec6dde8f1bdfe830661a613a6b"; + rev = "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6"; fetchSubmodules = false; - sha256 = "sha256-S5Zw0IGhTFykdxk+znYiSh+G6ru7YrjhEB1xJwKnF54="; + sha256 = "sha256-0YLDkU1y89O5z7tgxaH5USQpJDfTuN0fsPJOAp6pa5Y="; }; - date = "2026-02-15"; + date = "2025-02-17"; }; rime-yuhaostar = { pname = "rime-yuhaostar"; @@ -51,6 +79,18 @@ sha256 = "sha256-fw4DxYyONb1ZkoIiLc/TRPw5jBy7RcM1JLF4HfEvgrQ="; }; }; + spotx = { + pname = "spotx"; + version = "41c8d9cd29b1b201b5495f1839a140e05def8fd1"; + src = fetchFromGitHub { + owner = "SpotX-Official"; + repo = "SpotX-Bash"; + rev = "41c8d9cd29b1b201b5495f1839a140e05def8fd1"; + fetchSubmodules = false; + sha256 = "sha256-gCatmzChRhFEPzE476hi9BMgVacvCrXCQpD3QMxEKpU="; + }; + date = "2026-02-08"; + }; wshowkeys-mao = { pname = "wshowkeys-mao"; version = "184f55dbc5320c34a56d02353410ad35a0f3e090"; diff --git a/flake.lock b/flake.lock index 1620fb9..9162783 100644 --- a/flake.lock +++ b/flake.lock @@ -68,38 +68,6 @@ "type": "github" } }, - "cachyos-kernel": { - "flake": false, - "locked": { - "lastModified": 1773637879, - "narHash": "sha256-hFKu2SaRoqt6+zbmcFW6A0AbBENIX8XooJLXQWa3sLc=", - "owner": "CachyOS", - "repo": "linux-cachyos", - "rev": "fa09a5bc69d3e7feeed9b1402c7df06c8170402a", - "type": "github" - }, - "original": { - "owner": "CachyOS", - "repo": "linux-cachyos", - "type": "github" - } - }, - "cachyos-kernel-patches": { - "flake": false, - "locked": { - "lastModified": 1773635524, - "narHash": "sha256-JErpxWTdoHq4JuDerfsbPA60FmWOxK4oX9UL9CcsP/Q=", - "owner": "CachyOS", - "repo": "kernel-patches", - "rev": "5544a0679fd6f6fb714e275514449c4ab9db2a53", - "type": "github" - }, - "original": { - "owner": "CachyOS", - "repo": "kernel-patches", - "type": "github" - } - }, "crane": { "locked": { "lastModified": 1765145449, @@ -115,25 +83,6 @@ "type": "github" } }, - "dae-flake": { - "inputs": { - "flake-parts": "flake-parts", - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1771591323, - "narHash": "sha256-uX6uAWdCdfzgv6dQ+O2Lj5QzkfN6BflyOsxj1pEael0=", - "owner": "daeuniverse", - "repo": "flake.nix", - "rev": "62d55a8172c5ec028b21d50ea54c7c73107db6aa", - "type": "github" - }, - "original": { - "owner": "daeuniverse", - "repo": "flake.nix", - "type": "github" - } - }, "deploy-rs": { "inputs": { "flake-compat": "flake-compat", @@ -163,11 +112,11 @@ ] }, "locked": { - "lastModified": 1773506317, - "narHash": "sha256-qWKbLUJpavIpvOdX1fhHYm0WGerytFHRoh9lVck6Bh0=", + "lastModified": 1772420042, + "narHash": "sha256-naZz40TUFMa0E0CutvwWsSPhgD5JldyTUDEgP9ADpfU=", "owner": "nix-community", "repo": "disko", - "rev": "878ec37d6a8f52c6c801d0e2a2ad554c75b9353c", + "rev": "5af7af10f14706e4095bd6bc0d9373eb097283c6", "type": "github" }, "original": { @@ -179,11 +128,11 @@ "doomemacs": { "flake": false, "locked": { - "lastModified": 1773626168, - "narHash": "sha256-FbI8Ugt1DuyBvG6o1w8M70srmZSmRgQfL5zMm/zqdzA=", + "lastModified": 1772433867, + "narHash": "sha256-0dm0Oc5yd1vwqQoa3lAJznnocyCLkOC7zHkUTqCVI94=", "owner": "doomemacs", "repo": "doomemacs", - "rev": "370777f398d2988ff8c3a957367c454fe7df8b44", + "rev": "470e653f08cfe85bbc02516af65e44d3b9c735b8", "type": "github" }, "original": { @@ -194,15 +143,15 @@ }, "emacs-overlay": { "inputs": { - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1773827727, - "narHash": "sha256-ju4C3oAyUWeEItQKvLvl0ME9FUsHsAJKFo2BJ9i36Jw=", + "lastModified": 1772556483, + "narHash": "sha256-F68hfvbcOLFQQ0rSWzNu8tP3/2UW2aatY4iX8lLegLQ=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "73dcf114c2bab0f2bbd8b922beb1c6dafee6846c", + "rev": "56072ed54f7f64e358dc629a0e422bbf000b5d0e", "type": "github" }, "original": { @@ -221,11 +170,11 @@ ] }, "locked": { - "lastModified": 1773823927, - "narHash": "sha256-8/TDOmZGYPkBd+6A4V062yuBWhl7yY3UHbF3zf+atWs=", + "lastModified": 1772441140, + "narHash": "sha256-onJLEHVadNXPKc/5hQ8bt9ksyW+quBqLrZjPnW7D3hw=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "4fba5ab134ec5e6de48074be34842f635c4f613d", + "rev": "29ea7ebe3d19bf60ad8e9127c02b9aecd6075c2d", "type": "github" }, "original": { @@ -298,41 +247,7 @@ "type": "github" } }, - "flake-compat_4": { - "flake": false, - "locked": { - "lastModified": 1767039857, - "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=", - "owner": "NixOS", - "repo": "flake-compat", - "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "flake-compat", - "type": "github" - } - }, "flake-parts": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib" - }, - "locked": { - "lastModified": 1767609335, - "narHash": "sha256-feveD98mQpptwrAEggBQKJTYbvwwglSbOv53uCfH9PY=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "250481aafeb741edfe23d29195671c19b36b6dca", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-parts_2": { "inputs": { "nixpkgs-lib": [ "nixpkgs" @@ -352,7 +267,7 @@ "type": "github" } }, - "flake-parts_3": { + "flake-parts_2": { "inputs": { "nixpkgs-lib": [ "neovim-nightly", @@ -373,43 +288,25 @@ "type": "github" } }, + "flake-parts_3": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1769996383, + "narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "57928607ea566b5db3ad13af0e57e921e6b12381", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "flake-parts_4": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib_2" - }, - "locked": { - "lastModified": 1772408722, - "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-parts_5": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib_3" - }, - "locked": { - "lastModified": 1772408722, - "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-parts_6": { "inputs": { "nixpkgs-lib": [ "nixvim", @@ -430,7 +327,7 @@ "type": "github" } }, - "flake-parts_7": { + "flake-parts_5": { "inputs": { "nixpkgs-lib": [ "nur", @@ -487,7 +384,7 @@ }, "git-hooks": { "inputs": { - "flake-compat": "flake-compat_4", + "flake-compat": "flake-compat_3", "gitignore": "gitignore_2", "nixpkgs": [ "nix-gaming", @@ -495,11 +392,11 @@ ] }, "locked": { - "lastModified": 1772893680, - "narHash": "sha256-JDqZMgxUTCq85ObSaFw0HhE+lvdOre1lx9iI6vYyOEs=", + "lastModified": 1770726378, + "narHash": "sha256-kck+vIbGOaM/dHea7aTBxdFYpeUl/jHOy5W3eyRvVx8=", "owner": "cachix", "repo": "git-hooks.nix", - "rev": "8baab586afc9c9b57645a734c820e4ac0a604af9", + "rev": "5eaaedde414f6eb1aea8b8525c466dc37bba95ae", "type": "github" }, "original": { @@ -573,15 +470,15 @@ }, "helix": { "inputs": { - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_2", "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1773763225, - "narHash": "sha256-/GslbXrUDZHlphF16EMf5X5XyW+fgsTFIew8RWx0kOY=", + "lastModified": 1772550393, + "narHash": "sha256-m5+TRl4Vfc4lf/Z5PlrOgl0xuPLbGZzYIjNeCal7RYo=", "owner": "helix-editor", "repo": "helix", - "rev": "510edb5d65e09309a5b2664110ed45cee993f964", + "rev": "b22c117a2757552488fa0ff5ad63835f2a7fe449", "type": "github" }, "original": { @@ -598,11 +495,11 @@ ] }, "locked": { - "lastModified": 1773810247, - "narHash": "sha256-6Vz1Thy/1s7z+Rq5OfkWOBAdV4eD+OrvDs10yH6xJzQ=", + "lastModified": 1772516620, + "narHash": "sha256-2r4cKdqCVlQkvcTcLUMxmsmAYZZxCMd//w/PnDnukTE=", "owner": "nix-community", "repo": "home-manager", - "rev": "d47357a4c806d18a3e853ad2699eaec3c01622e7", + "rev": "2b9504d5a0169d4940a312abe2df2c5658db8de9", "type": "github" }, "original": { @@ -614,7 +511,7 @@ "lanzaboote": { "inputs": { "crane": "crane", - "nixpkgs": "nixpkgs_4", + "nixpkgs": "nixpkgs_3", "pre-commit": "pre-commit", "rust-overlay": "rust-overlay_2" }, @@ -635,16 +532,16 @@ }, "neovim-nightly": { "inputs": { - "flake-parts": "flake-parts_3", + "flake-parts": "flake-parts_2", "neovim-src": "neovim-src", - "nixpkgs": "nixpkgs_5" + "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1773792437, - "narHash": "sha256-xjL22RjFqfN3D4dglBt0PTEFLl1rvN60f6LtHX8kQJs=", + "lastModified": 1772496284, + "narHash": "sha256-pDGgYqXFU5cY1Jn11R7N/Q6DFazg6CQq8KDlqvyl/XE=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "7f54fc34e0ff994dff6494f074979ad6e4a0eba4", + "rev": "fc9e6626baffb5b577810269713aedc37e95ef60", "type": "github" }, "original": { @@ -656,11 +553,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1773789001, - "narHash": "sha256-V4hVxVeHk+ZdlaRpssBu6q9G3++WwxBco5MZVTL9E/I=", + "lastModified": 1772473891, + "narHash": "sha256-E/0dAqFsUm4DggmHBl8rfI67yK227RXpzbEkZ7729bM=", "owner": "neovim", "repo": "neovim", - "rev": "1d776d909f54dd6298710d50f72e25972b6755bf", + "rev": "a8361c3afc5b9281814e9f16a9d4291e095b38fa", "type": "github" }, "original": { @@ -681,11 +578,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1773809319, - "narHash": "sha256-ZuMZEuxqWneGaK+HAXz50JyCmtFo0neo6mp6F2NWj24=", + "lastModified": 1772519138, + "narHash": "sha256-qMdIWc5NrRR3tllBZgeaq3QJke3fsf08wl0e5f2RcFg=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "c4ee62058cd37d7b842c3b081917f792efee9082", + "rev": "62832e6abed7e060e832fd7be5413c07047dd6fd", "type": "github" }, "original": { @@ -714,11 +611,11 @@ "niri-unstable": { "flake": false, "locked": { - "lastModified": 1773130184, - "narHash": "sha256-3bwx4WqCB06yfQIGB+OgIckOkEDyKxiTD5pOo4Xz2rI=", + "lastModified": 1772207631, + "narHash": "sha256-Jkkg+KqshFO3CbTszVVpkKN2AOObYz+wMsM3ONo1z5g=", "owner": "YaLTeR", "repo": "niri", - "rev": "b07bde3ee82dd73115e6b949e4f3f63695da35ea", + "rev": "e708f546153f74acf33eb183b3b2992587a701e5", "type": "github" }, "original": { @@ -727,28 +624,6 @@ "type": "github" } }, - "nix-cachyos-kernel": { - "inputs": { - "cachyos-kernel": "cachyos-kernel", - "cachyos-kernel-patches": "cachyos-kernel-patches", - "flake-compat": "flake-compat_3", - "flake-parts": "flake-parts_4", - "nixpkgs": "nixpkgs_6" - }, - "locked": { - "lastModified": 1773804995, - "narHash": "sha256-LL6EG35pbxgjsqYIpwUnpHGDmKFYttE+BILBNhsEaJk=", - "owner": "xddxdd", - "repo": "nix-cachyos-kernel", - "rev": "3286b7ecf1d864e2be050af78aa633d4e3ae8fdb", - "type": "github" - }, - "original": { - "owner": "xddxdd", - "repo": "nix-cachyos-kernel", - "type": "github" - } - }, "nix-doom": { "inputs": { "doomemacs": "doomemacs", @@ -759,11 +634,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1773824968, - "narHash": "sha256-WdB19o2VEhmOUFu4MzHBgfrD2A9ZcuOTCUzf5RNLcEA=", + "lastModified": 1772442198, + "narHash": "sha256-ygRCY/7MtTATquYFh2dadiOF17Wh7aiYvkD6jTFNvdw=", "owner": "marienz", "repo": "nix-doom-emacs-unstraightened", - "rev": "5629aa8a962c926b5723db9c70b5963eb82b40d7", + "rev": "94230f71afa2caf576d9d852f5ed46a6050e8b0b", "type": "github" }, "original": { @@ -774,16 +649,16 @@ }, "nix-gaming": { "inputs": { - "flake-parts": "flake-parts_5", + "flake-parts": "flake-parts_3", "git-hooks": "git-hooks", - "nixpkgs": "nixpkgs_7" + "nixpkgs": "nixpkgs_5" }, "locked": { - "lastModified": 1773801820, - "narHash": "sha256-l4pB6hCC5K0ygw63q9T8uRiETCGlR14DL3nIwR16WvQ=", + "lastModified": 1772505577, + "narHash": "sha256-HzpMlxPScGSLDAoOZHA09Pndd4d1s6uNomYK3GoJjAg=", "owner": "fufexan", "repo": "nix-gaming", - "rev": "741d7a97cedfe976743166c44f4b58f3ec1df72d", + "rev": "3ea17e15ca87c740e75f4ecf0ad3e3f4c16d7c7d", "type": "github" }, "original": { @@ -803,11 +678,11 @@ ] }, "locked": { - "lastModified": 1773496870, - "narHash": "sha256-zriI/dGF8h+6wP/GatPvYwydE/6UQCjjvTgIMYYRpUo=", + "lastModified": 1772187015, + "narHash": "sha256-8UA+HVKxRqyv1wuAln4gxskq8ZbW5ttKZg5kDp0R154=", "owner": "nix-community", "repo": "nix4nvchad", - "rev": "c83e47ad73fd1bcb28478a7789d7c3dde83e51b7", + "rev": "cde302611dfdcaece9756b48f68eb808645929b5", "type": "github" }, "original": { @@ -818,11 +693,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1773533765, - "narHash": "sha256-qonGfS2lzCgCl59Zl63jF6dIRRpvW3AJooBGMaXjHiY=", + "lastModified": 1771969195, + "narHash": "sha256-qwcDBtrRvJbrrnv1lf/pREQi8t2hWZxVAyeMo7/E9sw=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "f8e82243fd601afb9f59ad230958bd073795cbfe", + "rev": "41c6b421bdc301b2624486e11905c9af7b8ec68e", "type": "github" }, "original": { @@ -834,11 +709,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1767767207, - "narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=", + "lastModified": 1772433332, + "narHash": "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5912c1772a44e31bf1c63c0390b90501e5026886", + "rev": "cf59864ef8aa2e178cccedbe2c178185b0365705", "type": "github" }, "original": { @@ -848,43 +723,29 @@ "type": "github" } }, + "nixpkgs-0182a361324364ae3f436a63005877674cf45efb": { + "locked": { + "lastModified": 1771369470, + "narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "0182a361324364ae3f436a63005877674cf45efb", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "rev": "0182a361324364ae3f436a63005877674cf45efb", + "type": "github" + } + }, "nixpkgs-lib": { "locked": { - "lastModified": 1765674936, - "narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=", + "lastModified": 1769909678, + "narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=", "owner": "nix-community", "repo": "nixpkgs.lib", - "rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nixpkgs.lib", - "type": "github" - } - }, - "nixpkgs-lib_2": { - "locked": { - "lastModified": 1772328832, - "narHash": "sha256-e+/T/pmEkLP6BHhYjx6GmwP5ivonQQn0bJdH9YrRB+Q=", - "owner": "nix-community", - "repo": "nixpkgs.lib", - "rev": "c185c7a5e5dd8f9add5b2f8ebeff00888b070742", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nixpkgs.lib", - "type": "github" - } - }, - "nixpkgs-lib_3": { - "locked": { - "lastModified": 1772328832, - "narHash": "sha256-e+/T/pmEkLP6BHhYjx6GmwP5ivonQQn0bJdH9YrRB+Q=", - "owner": "nix-community", - "repo": "nixpkgs.lib", - "rev": "c185c7a5e5dd8f9add5b2f8ebeff00888b070742", + "rev": "72716169fe93074c333e8d0173151350670b824c", "type": "github" }, "original": { @@ -896,7 +757,7 @@ "nixpkgs-patch-rqbit-bump": { "flake": false, "locked": { - "narHash": "sha256-qG8LaVuhlEyV6m1hIsgZCm3ZutNGsnwEEp+pYujBKpQ=", + "narHash": "sha256-BZRSSNDskFySuJ0L2W/FRlHFeaaOZBrwbhXgYn8KbeY=", "type": "file", "url": "https://github.com/nixos/nixpkgs/pull/485603.diff" }, @@ -907,11 +768,11 @@ }, "nixpkgs-patcher": { "locked": { - "lastModified": 1772817589, - "narHash": "sha256-ipjFR3UQ6bFMtZQoWodBFE3pR9yx5gtGpzKN9T2ESZM=", + "lastModified": 1769207991, + "narHash": "sha256-SwGLSB3H/Lq2gPa2/yCtmcUn8E/fVuPtZ5qnjrDj62s=", "owner": "gepbird", "repo": "nixpkgs-patcher", - "rev": "f2908367abf8ed4b0fee691bb481bde0f8015fc4", + "rev": "2e59a7b94478f67e3ac2b221f737fe75c2175edc", "type": "github" }, "original": { @@ -922,27 +783,27 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1773705440, - "narHash": "sha256-xB30bbAp0e7ogSEYyc126mAJMt4FRFh8wtm6ADE1xuM=", + "lastModified": 1767313136, + "narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "48652e9d5aea46e555b3df87354280d4f29cd3a3", + "rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } }, "nixpkgs-stable_2": { "locked": { - "lastModified": 1773705440, - "narHash": "sha256-xB30bbAp0e7ogSEYyc126mAJMt4FRFh8wtm6ADE1xuM=", + "lastModified": 1772465433, + "narHash": "sha256-ywy9troNEfpgh0Ee+zaV1UTgU8kYBVKtvPSxh6clYGU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "48652e9d5aea46e555b3df87354280d4f29cd3a3", + "rev": "c581273b8d5bdf1c6ce7e0a54da9841e6a763913", "type": "github" }, "original": { @@ -968,68 +829,7 @@ "type": "github" } }, - "nixpkgs_11": { - "locked": { - "lastModified": 1773734432, - "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "cda48547b432e8d3b18b4180ba07473762ec8558", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_12": { - "locked": { - "lastModified": 1773389992, - "narHash": "sha256-wLdaFm1T0uzQya3eG/5+LPbmyB92jE/AnMtVY6re818=", - "rev": "c06b4ae3d6599a672a6210b7021d699c351eebda", - "type": "tarball", - "url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre962836.c06b4ae3d659/nixexprs.tar.xz" - }, - "original": { - "type": "tarball", - "url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz" - } - }, - "nixpkgs_13": { - "locked": { - "lastModified": 1770107345, - "narHash": "sha256-tbS0Ebx2PiA1FRW8mt8oejR0qMXmziJmPaU1d4kYY9g=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "4533d9293756b63904b7238acb84ac8fe4c8c2c4", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_2": { - "locked": { - "lastModified": 1773734432, - "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "cda48547b432e8d3b18b4180ba07473762ec8558", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { "locked": { "lastModified": 1759381078, "narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=", @@ -1045,7 +845,7 @@ "type": "github" } }, - "nixpkgs_4": { + "nixpkgs_3": { "locked": { "lastModified": 1764950072, "narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", @@ -1061,13 +861,29 @@ "type": "github" } }, - "nixpkgs_5": { + "nixpkgs_4": { "locked": { - "lastModified": 1773628058, - "narHash": "sha256-hpXH0z3K9xv0fHaje136KY872VT2T5uwxtezlAskQgY=", + "lastModified": 1772419343, + "narHash": "sha256-QU3Cd5DJH7dHyMnGEFfPcZDaCAsJQ6tUD+JuUsYqnKU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f8573b9c935cfaa162dd62cc9e75ae2db86f85df", + "rev": "93178f6a00c22fcdee1c6f5f9ab92f2072072ea9", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_5": { + "locked": { + "lastModified": 1772173633, + "narHash": "sha256-MOH58F4AIbCkh6qlQcwMycyk5SWvsqnS/TCfnqDlpj4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "c0f3d81a7ddbc2b1332be0d8481a672b4f6004d6", "type": "github" }, "original": { @@ -1079,43 +895,11 @@ }, "nixpkgs_6": { "locked": { - "lastModified": 1773738184, - "narHash": "sha256-zWRjT5oPabNCiC1A3QkFXpfnsgUjyg6fUZWC+IiiZH0=", + "lastModified": 1772433332, + "narHash": "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "41a2715cc472025a19bc0eb9dc4ee8b7406bfa6f", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable-small", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_7": { - "locked": { - "lastModified": 1773507054, - "narHash": "sha256-Q8U5VXgrcxmCxPtCCJCIZkcAX3FCZwGh1GNVIXxMND0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "e80236013dc8b77aa49ca90e7a12d86f5d8d64c9", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_8": { - "locked": { - "lastModified": 1773734432, - "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "cda48547b432e8d3b18b4180ba07473762ec8558", + "rev": "cf59864ef8aa2e178cccedbe2c178185b0365705", "type": "github" }, "original": { @@ -1125,7 +909,7 @@ "type": "github" } }, - "nixpkgs_9": { + "nixpkgs_7": { "locked": { "lastModified": 1770380644, "narHash": "sha256-P7dWMHRUWG5m4G+06jDyThXO7kwSk46C1kgjEWcybkE=", @@ -1141,10 +925,39 @@ "type": "github" } }, + "nixpkgs_8": { + "locked": { + "lastModified": 1772433332, + "narHash": "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "cf59864ef8aa2e178cccedbe2c178185b0365705", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_9": { + "locked": { + "lastModified": 1772198003, + "narHash": "sha256-UCaQQ8zmHUocQIgCl+53Jj6NuwqrVKtmv7obE9r6wnw=", + "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61", + "type": "tarball", + "url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre955442.dd9b079222d4/nixexprs.tar.xz" + }, + "original": { + "type": "tarball", + "url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz" + } + }, "nixvim": { "inputs": { - "flake-parts": "flake-parts_6", - "nixpkgs": "nixpkgs_9", + "flake-parts": "flake-parts_4", + "nixpkgs": "nixpkgs_7", "systems": "systems_4" }, "locked": { @@ -1169,11 +982,11 @@ "noctalia-qs": "noctalia-qs" }, "locked": { - "lastModified": 1773839272, - "narHash": "sha256-qyDlwIUzkk43MGzSWcdQimzgTofcbp3hIV4MzdZBPnk=", + "lastModified": 1772555156, + "narHash": "sha256-L89QxbDuYdPhl7DNrqXsNtDhJgH2pXKV4lWXgOO9IuE=", "owner": "noctalia-dev", "repo": "noctalia-shell", - "rev": "09b4c927c31c7bb0d68af679c42ff4f18ddf3af7", + "rev": "0a2ce3bac7d7a93b7fd361c0aefa614de73c718b", "type": "github" }, "original": { @@ -1187,16 +1000,14 @@ "nixpkgs": [ "noctalia", "nixpkgs" - ], - "systems": "systems_5", - "treefmt-nix": "treefmt-nix" + ] }, "locked": { - "lastModified": 1773514555, - "narHash": "sha256-XNmLf4HqUM6/he/eJiHT+Mvxmt7QuwgGU14jB4Ha+pM=", + "lastModified": 1772227064, + "narHash": "sha256-f821ZSoGpa/aXrWq0gPpea9qBnX8KDyavGKkptz2Mog=", "owner": "noctalia-dev", "repo": "noctalia-qs", - "rev": "8aa9d8ce86ef018fb442c585ad7fbb2a15a4f822", + "rev": "0741d27d2f7db567270f139c5d1684614ecf9863", "type": "github" }, "original": { @@ -1207,15 +1018,15 @@ }, "nur": { "inputs": { - "flake-parts": "flake-parts_7", - "nixpkgs": "nixpkgs_11" + "flake-parts": "flake-parts_5", + "nixpkgs": "nixpkgs_8" }, "locked": { - "lastModified": 1773838371, - "narHash": "sha256-Jaa+BrmoNtBTF5LHtEqFZi9yXmT33WB+tUaz/GDQOdc=", + "lastModified": 1772558837, + "narHash": "sha256-rGA3gynruWorwIAiudxczr72VLvFe3oDVwCO35EYOQ0=", "owner": "nix-community", "repo": "NUR", - "rev": "64f6b20d52da42f794d3455b46b7af7c196369d7", + "rev": "af814a1a85896dcb827bfb241a2cf6c8e014e964", "type": "github" }, "original": { @@ -1290,22 +1101,21 @@ }, "root": { "inputs": { - "dae-flake": "dae-flake", "deploy-rs": "deploy-rs", "disko": "disko", "emacs-overlay": "emacs-overlay", - "flake-parts": "flake-parts_2", + "flake-parts": "flake-parts", "helix": "helix", "home-manager": "home-manager", "lanzaboote": "lanzaboote", "neovim-nightly": "neovim-nightly", "niri-flake": "niri-flake", - "nix-cachyos-kernel": "nix-cachyos-kernel", "nix-doom": "nix-doom", "nix-gaming": "nix-gaming", "nix4nvchad": "nix4nvchad", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_8", + "nixpkgs": "nixpkgs_6", + "nixpkgs-0182a361324364ae3f436a63005877674cf45efb": "nixpkgs-0182a361324364ae3f436a63005877674cf45efb", "nixpkgs-patch-rqbit-bump": "nixpkgs-patch-rqbit-bump", "nixpkgs-patcher": "nixpkgs-patcher", "nixvim": "nixvim", @@ -1316,7 +1126,7 @@ "spacemacs": "spacemacs", "spicetify-nix": "spicetify-nix", "stylix": "stylix", - "treefmt-nix": "treefmt-nix_2", + "treefmt-nix": "treefmt-nix", "zen-browser": "zen-browser" } }, @@ -1369,11 +1179,11 @@ ] }, "locked": { - "lastModified": 1773698643, - "narHash": "sha256-VCiDjE8kNs8uCAK73Ezk1r3fFuc4JepvW07YFqaN968=", + "lastModified": 1772495394, + "narHash": "sha256-hmIvE/slLKEFKNEJz27IZ8BKlAaZDcjIHmkZ7GCEjfw=", "owner": "Mic92", "repo": "sops-nix", - "rev": "8237de83e8200d16fe0c4467b02a1c608ff28044", + "rev": "1d9b98a29a45abe9c4d3174bd36de9f28755e3ff", "type": "github" }, "original": { @@ -1385,11 +1195,11 @@ "spacemacs": { "flake": false, "locked": { - "lastModified": 1773592485, - "narHash": "sha256-zE19njkQv3S4pW/bvYTcJYYWbDSyidSs+NCMtvlSwnM=", + "lastModified": 1771631033, + "narHash": "sha256-NlhRJh+ORSZNDNRBebuKefrF7JbZB1wbUYbZeoqwVdU=", "owner": "syl20bnr", "repo": "spacemacs", - "rev": "e70ef0aa451325e7241e50fdbb85d8281ff3421e", + "rev": "4d7c01d3ef3502f964f3bf827560e167cbd1a3c5", "type": "github" }, "original": { @@ -1400,15 +1210,15 @@ }, "spicetify-nix": { "inputs": { - "nixpkgs": "nixpkgs_12", - "systems": "systems_6" + "nixpkgs": "nixpkgs_9", + "systems": "systems_5" }, "locked": { - "lastModified": 1773619901, - "narHash": "sha256-Br8CQy4ht+a2OxyzaRwuP5+oIFfoRvCxYgsmdrgid40=", + "lastModified": 1772494187, + "narHash": "sha256-6ksgNAFXVK+Cg/6ww7bB2nJUPZlnS75UwZC7G+L03EE=", "owner": "Gerg-L", "repo": "spicetify-nix", - "rev": "6f06ff05cd536b790b7662550a10b61a1ac4619e", + "rev": "915ab06b046d05613041780c575c62a32fe67cea", "type": "github" }, "original": { @@ -1432,7 +1242,7 @@ "nixpkgs" ], "nur": "nur_2", - "systems": "systems_7", + "systems": "systems_6", "tinted-foot": "tinted-foot", "tinted-kitty": "tinted-kitty", "tinted-schemes": "tinted-schemes", @@ -1440,11 +1250,11 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1773792048, - "narHash": "sha256-Oy9PCLG3vtflFBWcJd8c/EB3h5RU7ABAIDWn6JrGf6o=", + "lastModified": 1772296853, + "narHash": "sha256-pAtzPsgHRKw/2Kv8HgAjSJg450FDldHPWsP3AKG/Xj0=", "owner": "nix-community", "repo": "stylix", - "rev": "3f2f9d307fe58c6abe2a16eb9b62c42d53ef5ee1", + "rev": "c4b8e80a1020e09a1f081ad0f98ce804a6e85acf", "type": "github" }, "original": { @@ -1514,21 +1324,6 @@ } }, "systems_5": { - "locked": { - "lastModified": 1689347949, - "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", - "owner": "nix-systems", - "repo": "default-linux", - "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default-linux", - "type": "github" - } - }, - "systems_6": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -1543,7 +1338,7 @@ "type": "github" } }, - "systems_7": { + "systems_6": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -1644,29 +1439,11 @@ "nixpkgs": "nixpkgs_10" }, "locked": { - "lastModified": 1772660329, - "narHash": "sha256-IjU1FxYqm+VDe5qIOxoW+pISBlGvVApRjiw/Y/ttJzY=", + "lastModified": 1770228511, + "narHash": "sha256-wQ6NJSuFqAEmIg2VMnLdCnUc0b7vslUohqqGGD+Fyxk=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "3710e0e1218041bbad640352a0440114b1e10428", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, - "treefmt-nix_2": { - "inputs": { - "nixpkgs": "nixpkgs_13" - }, - "locked": { - "lastModified": 1773297127, - "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016", + "rev": "337a4fe074be1042a35086f15481d763b8ddc0e7", "type": "github" }, "original": { @@ -1713,11 +1490,11 @@ "xwayland-satellite-unstable": { "flake": false, "locked": { - "lastModified": 1773622265, - "narHash": "sha256-wToKwH7IgWdGLMSIWksEDs4eumR6UbbsuPQ42r0oTXQ=", + "lastModified": 1772429643, + "narHash": "sha256-M+bAeCCcjBnVk6w/4dIVvXvpJwOKnXjwi/lDbaN6Yws=", "owner": "Supreeeme", "repo": "xwayland-satellite", - "rev": "a879e5e0896a326adc79c474bf457b8b99011027", + "rev": "10f985b84cdbcc3bbf35b3e7e43d1b2a84fa9ce2", "type": "github" }, "original": { @@ -1736,11 +1513,11 @@ ] }, "locked": { - "lastModified": 1773737882, - "narHash": "sha256-P6k0BtT1/idYveVRdcwAZk8By9UjZW8XOMhSoS6wTBY=", + "lastModified": 1772517053, + "narHash": "sha256-aBuL2TFnyBLR+t6iBlKnTWWzprXYKQQIaV0IuCSPPeE=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "a7f1db35d74faf04e5189b3a32f890186ace5c28", + "rev": "32e9673aee2ae994ced561247918952398a3e933", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 046d39b..a95a5e6 100644 --- a/flake.nix +++ b/flake.nix @@ -40,8 +40,6 @@ (cachix "nix-community") "https://cache.nixos.org" "https://cache.nixos-cuda.org" - "https://attic.xuyh0120.win/lantian" - "https://cache.garnix.io" ]; }; }; @@ -62,11 +60,12 @@ owner = "gepbird"; repo = "nixpkgs-patcher"; }; - - nix-cachyos-kernel = { + ## fix guix/guile-zlib + nixpkgs-0182a361324364ae3f436a63005877674cf45efb = { type = "github"; - owner = "xddxdd"; - repo = "nix-cachyos-kernel"; + owner = "nixos"; + repo = "nixpkgs"; + rev = "0182a361324364ae3f436a63005877674cf45efb"; }; helix = { @@ -238,11 +237,5 @@ owner = "Gerg-L"; repo = "spicetify-nix"; }; - - dae-flake = { - type = "github"; - owner = "daeuniverse"; - repo = "flake.nix"; - }; }; } diff --git a/home/david/modules/programs/noctalia/plugin/privacy-indicator.json b/home/david/modules/programs/noctalia/plugin/privacy-indicator.json index a1357ab..4182698 100644 --- a/home/david/modules/programs/noctalia/plugin/privacy-indicator.json +++ b/home/david/modules/programs/noctalia/plugin/privacy-indicator.json @@ -1,8 +1,8 @@ { - "activeColor": "primary", - "enableToast": true, "hideInactive": true, + "enableToast": false, "iconSpacing": 4, - "inactiveColor": "none", - "removeMargins": false + "removeMargins": false, + "activeColor": "primary", + "inactiveColor": "none" } diff --git a/home/david/modules/programs/noctalia/plugin/screen-recorder.json b/home/david/modules/programs/noctalia/plugin/screen-recorder.json index 05ec87d..d81e3a3 100644 --- a/home/david/modules/programs/noctalia/plugin/screen-recorder.json +++ b/home/david/modules/programs/noctalia/plugin/screen-recorder.json @@ -1,21 +1,15 @@ { - "audioCodec": "opus", - "audioSource": "default_output", - "colorRange": "full", - "copyToClipboard": false, - "filenamePattern": "recording_yyyy-MM-dd_HH:mm:ss", - "frameRate": "custom", "hideInactive": false, "iconColor": "none", - "quality": "ultra", - "resolution": "2560x1440", - "showCursor": true, + "filenamePattern": "recording_yyyy-MM-dd_HH:mm:ss", + "frameRate": "165", + "audioCodec": "opus", "videoCodec": "hevc", + "quality": "ultra", + "colorRange": "full", + "showCursor": true, + "copyToClipboard": false, + "audioSource": "default_output", "videoSource": "portal", - "customFrameRate": "170", - "restorePortalSession": false, - "replayEnabled": false, - "replayDuration": "30", - "customReplayDuration": "30", - "replayStorage": "ram" + "resolution": "2560x1440" } diff --git a/home/david/modules/programs/noctalia/plugin/timer.json b/home/david/modules/programs/noctalia/plugin/timer.json deleted file mode 100644 index 299b618..0000000 --- a/home/david/modules/programs/noctalia/plugin/timer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "compactMode": false, - "iconColor": "none", - "textColor": "none" -} diff --git a/home/david/modules/programs/noctalia/settings.json b/home/david/modules/programs/noctalia/settings.json index f91fc69..be28430 100644 --- a/home/david/modules/programs/noctalia/settings.json +++ b/home/david/modules/programs/noctalia/settings.json @@ -1,5 +1,5 @@ { - "settingsVersion": 59, + "settingsVersion": 53, "bar": { "barType": "simple", "position": "right", @@ -9,10 +9,6 @@ "showCapsule": true, "capsuleOpacity": 1, "capsuleColorKey": "none", - "widgetSpacing": 6, - "contentPadding": 2, - "fontScale": 1, - "enableExclusionZoneInset": true, "backgroundOpacity": 0.93, "useSeparateOpacity": false, "floating": false, @@ -21,11 +17,10 @@ "frameThickness": 8, "frameRadius": 12, "outerCorners": true, - "hideOnOverview": true, + "hideOnOverview": false, "displayMode": "always_visible", "autoHideDelay": 500, "autoShowDelay": 150, - "showOnWorkspaceSwitch": true, "widgets": { "left": [ { @@ -33,7 +28,6 @@ "diskPath": "/", "iconColor": "none", "id": "SystemMonitor", - "showCpuCores": false, "showCpuFreq": false, "showCpuTemp": false, "showCpuUsage": true, @@ -63,11 +57,14 @@ }, { "compactMode": false, + "compactShowAlbumArt": true, + "compactShowVisualizer": false, "hideMode": "hidden", "hideWhenIdle": false, "id": "MediaMini", "maxWidth": 145, "panelShowAlbumArt": true, + "panelShowVisualizer": true, "scrollingMode": "hover", "showAlbumArt": true, "showArtistFirst": false, @@ -86,7 +83,6 @@ "enableScrollWheel": true, "focusedColor": "primary", "followFocusedScreen": false, - "fontWeight": "bold", "groupedBorderOpacity": 1, "hideUnoccupied": true, "iconScale": 0.6, @@ -95,7 +91,6 @@ "occupiedColor": "secondary", "pillSize": 0.6, "showApplications": true, - "showApplicationsHover": false, "showBadge": true, "showLabelsOnlyWhenOccupied": true, "unfocusedIconsOpacity": 0.5 @@ -164,21 +159,7 @@ } ] }, - "mouseWheelAction": "workspace", - "reverseScroll": false, - "mouseWheelWrap": true, - "middleClickAction": "settings", - "middleClickFollowMouse": false, - "middleClickCommand": "", - "rightClickAction": "controlCenter", - "rightClickFollowMouse": true, - "rightClickCommand": "", - "screenOverrides": [ - { - "enabled": false, - "name": "eDP-2" - } - ] + "screenOverrides": [] }, "general": { "dimmerOpacity": 0, @@ -196,9 +177,7 @@ "lockOnSuspend": true, "showSessionButtonsOnLockScreen": true, "showHibernateOnLockScreen": true, - "enableLockScreenMediaControls": false, "enableShadows": true, - "enableBlurBehind": true, "shadowDirection": "bottom_right", "shadowOffsetX": 2, "shadowOffsetY": 3, @@ -212,7 +191,7 @@ "allowPasswordWithFprintd": false, "clockStyle": "digital", "clockFormat": "hh\\nmm", - "passwordChars": true, + "passwordChars": false, "lockScreenMonitors": [], "lockScreenBlur": 0.7000000000000001, "lockScreenTint": 0, @@ -221,7 +200,7 @@ "keyDown": ["Ctrl+N"], "keyLeft": ["Ctrl+H"], "keyRight": ["Ctrl+L"], - "keyEnter": ["Return", "Enter"], + "keyEnter": ["Return"], "keyEscape": ["Esc"], "keyRemove": ["Del"] }, @@ -233,13 +212,14 @@ "fontDefaultScale": 1, "fontFixedScale": 1, "tooltipsEnabled": true, - "scrollbarAlwaysVisible": true, - "boxBorderEnabled": false, "panelBackgroundOpacity": 0.9500000000000001, - "translucentWidgets": false, - "panelsAttachedToBar": false, + "panelsAttachedToBar": true, "settingsPanelMode": "centered", - "settingsPanelSideBarCardStyle": false + "wifiDetailsViewMode": "grid", + "bluetoothDetailsViewMode": "grid", + "networkPanelView": "wifi", + "bluetoothHideUnnamedDevices": false, + "boxBorderEnabled": false }, "location": { "weatherEnabled": true, @@ -286,7 +266,7 @@ "wallpaperChangeMode": "random", "randomIntervalSec": 900, "transitionDuration": 1500, - "transitionType": ["fade", "disc", "stripes", "wipe", "pixelate", "honeycomb"], + "transitionType": "random", "skipStartupTransition": true, "transitionEdgeSmoothness": 0.05, "panelPosition": "center", @@ -312,12 +292,11 @@ "autoPasteClipboard": false, "enableClipPreview": true, "clipboardWrapText": true, - "enableClipboardSmartIcons": true, - "enableClipboardChips": true, "clipboardWatchTextCommand": "wl-paste --type text --watch cliphist store", "clipboardWatchImageCommand": "wl-paste --type image --watch cliphist store", "position": "center", "pinnedApps": [], + "useApp2Unit": true, "sortByMostUsed": true, "terminalCommand": "ghostty -e", "customLaunchPrefixEnabled": false, @@ -326,13 +305,13 @@ "showCategories": true, "iconMode": "tabler", "showIconBackground": true, - "enableSettingsSearch": false, + "enableSettingsSearch": true, "enableWindowsSearch": true, - "enableSessionSearch": false, + "enableSessionSearch": true, "ignoreMouseInput": false, "screenshotAnnotationTool": "", "overviewLayer": false, - "density": "comfortable" + "density": "default" }, "controlCenter": { "position": "close_to_bar_button", @@ -405,10 +384,6 @@ "criticalColor": "", "externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor" }, - "noctaliaPerformance": { - "disableWallpaper": true, - "disableDesktopWidgets": true - }, "dock": { "enabled": false, "position": "bottom", @@ -423,34 +398,22 @@ "colorizeIcons": false, "showLauncherIcon": false, "launcherPosition": "end", - "launcherUseDistroLogo": false, - "launcherIcon": "", - "launcherIconColor": "none", "pinnedStatic": false, "inactiveIndicators": false, - "groupApps": false, - "groupContextMenuMode": "extended", - "groupClickAction": "cycle", - "groupIndicatorStyle": "dots", "deadOpacity": 0.6, "animationSpeed": 1, "sitOnFrame": false, - "showDockIndicator": false, - "indicatorThickness": 3, - "indicatorColor": "primary", - "indicatorOpacity": 0.6 + "showFrameIndicator": true }, "network": { "wifiEnabled": false, "airplaneModeEnabled": false, "bluetoothRssiPollingEnabled": true, "bluetoothRssiPollIntervalMs": 10000, - "networkPanelView": "wifi", "wifiDetailsViewMode": "grid", "bluetoothDetailsViewMode": "grid", "bluetoothHideUnnamedDevices": false, - "disableDiscoverability": false, - "bluetoothAutoConnect": true + "disableDiscoverability": false }, "sessionMenu": { "enableCountdown": true, @@ -508,20 +471,13 @@ "command": "", "countdownEnabled": true, "enabled": true, - "keybind": "7" - }, - { - "action": "userspaceReboot", - "command": "", - "countdownEnabled": true, - "enabled": true, - "keybind": "8" + "keybind": "" } ] }, "notifications": { "enabled": true, - "enableMarkdown": true, + "enableMarkdown": false, "density": "default", "monitors": [], "location": "bottom_right", @@ -531,7 +487,7 @@ "lowUrgencyDuration": 3, "normalUrgencyDuration": 8, "criticalUrgencyDuration": 15, - "clearDismissed": false, + "clearDismissed": true, "saveToHistory": { "low": true, "normal": true, @@ -562,23 +518,16 @@ "audio": { "volumeStep": 1, "volumeOverdrive": true, - "spectrumFrameRate": 165, + "cavaFrameRate": 165, "visualizerType": "mirrored", "mprisBlacklist": [], "preferredPlayer": "spotify, mpv", - "volumeFeedback": true, - "volumeFeedbackSoundFile": "" + "volumeFeedback": true }, "brightness": { "brightnessStep": 1, "enforceMinimum": true, - "enableDdcSupport": true, - "backlightDeviceMappings": [ - { - "device": "/sys/class/backlight/nvidia_0", - "output": "DP-1" - } - ] + "enableDdcSupport": true }, "colorSchemes": { "useWallpaperColors": false, @@ -611,66 +560,31 @@ "performanceModeEnabled": "", "performanceModeDisabled": "", "startup": "", - "session": "", - "colorGeneration": "" + "session": "" }, "plugins": { - "autoUpdate": false, - "notifyUpdates": true - }, - "idle": { - "enabled": false, - "screenOffTimeout": 0, - "lockTimeout": 660, - "suspendTimeout": 1800, - "fadeDuration": 5, - "screenOffCommand": "", - "lockCommand": "", - "suspendCommand": "", - "resumeScreenOffCommand": "", - "resumeLockCommand": "", - "resumeSuspendCommand": "", - "customCommands": "[]" + "autoUpdate": false }, "desktopWidgets": { "enabled": true, - "overviewEnabled": false, "gridSnap": true, - "gridSnapScale": false, "monitorWidgets": [ { - "name": "eDP-2", + "name": "eDP-1", "widgets": [ { "clockColor": "none", "clockStyle": "minimal", "customFont": "", - "format": "HH:mm\\nd MMMM yyyy", + "format": "HH:mm:ss\\nMMMM d yyyy", "id": "Clock", "roundedCorners": true, - "scale": 1.7265890461473643, + "scale": 1.1985607401441287, "showBackground": true, "useCustomFont": false, - "x": 136, - "y": 102 - } - ] - }, - { - "name": "DP-1", - "widgets": [ - { - "clockColor": "none", - "clockStyle": "minimal", - "customFont": "", - "format": "HH:mm:ss\\nddd\\nMMMM d yyyy", - "id": "Clock", - "roundedCorners": true, - "scale": 2.407842235646779, - "showBackground": true, - "useCustomFont": false, - "x": 200, - "y": 120 + "usePrimaryColor": true, + "x": 68, + "y": 34 } ] } diff --git a/home/david/modules/programs/zen-browser.nix b/home/david/modules/programs/zen-browser.nix index 1a78233..ca53768 100644 --- a/home/david/modules/programs/zen-browser.nix +++ b/home/david/modules/programs/zen-browser.nix @@ -15,6 +15,7 @@ in { stylix.targets.zen-browser.enable = false; programs.zen-browser = { enable = true; + suppressXdgMigrationWarning = true; profiles.default = { name = "default"; isDefault = true; diff --git a/nixos/configurations/Tytonidae/default.nix b/nixos/configurations/Tytonidae/default.nix index 7870b5b..a57b32f 100644 --- a/nixos/configurations/Tytonidae/default.nix +++ b/nixos/configurations/Tytonidae/default.nix @@ -35,10 +35,10 @@ enable = true; unixName = "david"; }; - # virtualbox = { - # enable = true; - # unixName = "david"; - # }; + virtualbox = { + enable = true; + unixName = "david"; + }; }; programs = { miniserve = { @@ -59,8 +59,7 @@ }; bash.enable = true; guix.enable = true; - # dae.enable = true; - clash-verge.enable = true; + dae.enable = true; openssh.enable = true; steam.enable = true; tailscale.enable = true; @@ -137,7 +136,7 @@ }; boot = { - kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v3; + kernelPackages = pkgs.linuxKernel.packages.linux_zen; lanzaboote = { enable = true; pkiBundle = "/var/lib/sbctl"; diff --git a/nixos/modules/nix.nix b/nixos/modules/nix.nix index fdcfd8d..a49ee35 100644 --- a/nixos/modules/nix.nix +++ b/nixos/modules/nix.nix @@ -48,8 +48,6 @@ trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" - "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ]; auto-optimise-store = lib.mkDefault true; experimental-features = [ diff --git a/nixos/modules/programs/clash-verge.nix b/nixos/modules/programs/clash-verge.nix deleted file mode 100644 index f15e183..0000000 --- a/nixos/modules/programs/clash-verge.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.youthlic.programs.clash-verge; -in { - options = { - youthlic.programs.clash-verge = { - enable = lib.mkEnableOption "clash-verge"; - }; - }; - config = lib.mkIf cfg.enable { - programs.clash-verge = { - enable = true; - autoStart = true; - tunMode = true; - serviceMode = true; - }; - }; -} diff --git a/nixos/modules/programs/dae/config.dae b/nixos/modules/programs/dae/config.dae index 8eafd28..21f4ae0 100644 --- a/nixos/modules/programs/dae/config.dae +++ b/nixos/modules/programs/dae/config.dae @@ -1,6 +1,6 @@ include { - proxy.d/*.dae - local.d/*.dae + proxy.d_*.dae + local.d_*.dae } global { diff --git a/nixos/modules/programs/dae/default.nix b/nixos/modules/programs/dae/default.nix index 2556b73..518b2af 100644 --- a/nixos/modules/programs/dae/default.nix +++ b/nixos/modules/programs/dae/default.nix @@ -16,13 +16,12 @@ in { (lib.mkIf cfg.enable { services.dae = { enable = true; - package = pkgs.dae; openFirewall = { enable = true; port = 12345; }; disableTxChecksumIpGeneric = false; - config = builtins.readFile ./config.dae; + configFile = toString ./config.dae; }; sops.secrets.url = { mode = "0444"; @@ -45,7 +44,7 @@ in { echo "" > ''${config} { echo 'subscription {' - echo \ \ wget:\ \"file://proxy.d/''${num}.txt\" + echo \ \ wget:\ \"file://proxy.d_''${num}.txt\" echo "}" } >> ''${config} if [[ ! -s ''${txt} ]]; then @@ -121,6 +120,12 @@ in { ]; }; }; + dae = { + serviceConfig.LoadCredential = [ + "proxy.d:/etc/dae/proxy.d" + "local.d:/etc/dae/local.d" + ]; + }; }; }) (lib.mkIf (cfg.enable && config.youthlic.programs.juicity.client.enable) { diff --git a/nixos/modules/top-level/default.nix b/nixos/modules/top-level/default.nix index 9561fa5..95d7c30 100644 --- a/nixos/modules/top-level/default.nix +++ b/nixos/modules/top-level/default.nix @@ -10,7 +10,6 @@ stylix.nixosModules.stylix disko.nixosModules.disko nixvim.nixosModules.nixvim - dae-flake.nixosModules.dae ./.. ]; diff --git a/overlays/additions/default.nix b/overlays/additions/default.nix index 2880fb4..ee3c395 100644 --- a/overlays/additions/default.nix +++ b/overlays/additions/default.nix @@ -15,7 +15,6 @@ in ./osu-lazer-bin.nix # typochecker: disable-line ./pkgsNoCuda.nix - ./linux-cachyos.nix ] [ (map (file: import file args)) diff --git a/overlays/additions/linux-cachyos.nix b/overlays/additions/linux-cachyos.nix deleted file mode 100644 index 16f0c72..0000000 --- a/overlays/additions/linux-cachyos.nix +++ /dev/null @@ -1 +0,0 @@ -{inputs, ...}: inputs.nix-cachyos-kernel.overlays.pinned diff --git a/overlays/modifications/dae.nix b/overlays/modifications/dae.nix deleted file mode 100644 index b314be1..0000000 --- a/overlays/modifications/dae.nix +++ /dev/null @@ -1,5 +0,0 @@ -{inputs, ...}: _final: prev: let - inherit (prev.stdenv.hostPlatform) system; -in { - dae = inputs.dae-flake.packages.${system}.dae-unstable; -} diff --git a/overlays/modifications/default.nix b/overlays/modifications/default.nix index b61f7f4..8630ab1 100644 --- a/overlays/modifications/default.nix +++ b/overlays/modifications/default.nix @@ -8,7 +8,6 @@ in ./radicle-explorer.nix ./wshowkeys.nix # ./QQ.nix - ./dae.nix ./helix.nix ./zulip.nix ./nautilus.nix @@ -16,6 +15,7 @@ in ./vim.nix ./prismlauncher.nix + ./fix-guix.nix # Nur ./nur.nix diff --git a/overlays/modifications/fix-guix.nix b/overlays/modifications/fix-guix.nix new file mode 100644 index 0000000..c2479ea --- /dev/null +++ b/overlays/modifications/fix-guix.nix @@ -0,0 +1,5 @@ +{inputs, ...}: _final: prev: let + inherit (prev.stdenv.hostPlatform) system; +in { + guix = inputs.nixpkgs-0182a361324364ae3f436a63005877674cf45efb.legacyPackages.${system}.guix; +} diff --git a/secrets/general.yaml b/secrets/general.yaml index facf326..10c7571 100644 --- a/secrets/general.yaml +++ b/secrets/general.yaml @@ -20,7 +20,7 @@ ssh-private-key: akun: ENC[AES256_GCM,data:d04sdY1cvJuOPSq9H2lT26jrUFSA1sHz1i9jj+XtXGeagQyc4XaknTmfC3EDfvNghoizZWZ/Ma+BfIvnlWDBFqhkGhdhB7X8PnI9rySOfkMmOk2HXHtvP4GfSy2oQ4BMRfYX2N9TcViascnXA9MRsetDjD3fhiCKkZ+2H/sthxw38JgK95O74lFCze7sc4ZzK/RhXaBkLFrQpMdqnGBYpH9wuHiQSlFxBQ0jHJDUeOSxOdCanw2xfdkJnNe5dKRweoYp4Mtit2C3DRdaT3lMQ/SQjfEhUs/0TIXyunoWE7nX5tUN2F2s/FtkPMU5lpiW1x+kntMBBfY9TA+r4CyH4lkhFit+DsIkPfdUZGzSquQAHHWzDzS5vXnKTf8NFCzHIeoQzegkf4JS+CWf51Iy15FfWy+Pd6CmxLikAQnGTixGDa7LMqOV48BhZ5it/hJmrzg0FMkNFeeJW/s9YvCNMae8lMt/0K+N+pUD/Ud8VJnIxP4MmWGKRwNNFHivGuZjtKCJR9agf1N7NPBDDqV7HRDYAfxa2sPozWZ5ZGGGlsmINeymNk10aY4ovRs/6CcRWw2gPspNuxvqb9HQ7r/cQFmGhLYpkliRLpFM/skLCHA=,iv:YVPvHL4nxqJMR8PE+hraS0piboGYXqyljgGcBHqG38g=,tag:HSab+C3Xd5wMzyomF9dGMA==,type:str] cape: ENC[AES256_GCM,data:5CD6oW9IBAjf9X3waQXMSt82ykOzUZ1D2VFZvZVLRWw+6GUDkPF1jSl9bLR6igY3cQO6164Li7gDz/yImoPgPpy7mvG4iJjaILSWVr9ZwB1dmWK30ZkHB1wpPxHbrSXo6M3t610x8I1ScqSkgh2PV5+cmMH8wd+QSgKwoL7IOoXHkuqKHxI9D+dCGSHH35MvQwWQO0jyn3vjFDhBode5+7tbMPD9dgQLDmWkiSE2xkgIh/RqsJ5x6i8qferyWZeHv9fJMYpJi9SJJe+LwmHZW/JHhaHZztAAu5sHFtC8pA0UwiUMn/ND8L28J1nuMHHNZEF3rmX1cQykPYP1VeNya8Rf+aSzNtD/LjJrU5bjBNt0IEatsnBPUDNZNFrOxgWV4k84wCbDknwqmk5tYLgMF/BsXdShbMguezTgOZS2xpX35QZ3TM+mHkThtPDR+i3ZuDvj5kvAMngCIr95TtZRilGAytABF5CCE6e7jxGG5ijCa46AHDi38/Dk4ci/2s5sY/ekUDLFjhYIkLEFQWsn9VAy9MD+Bkkr+YjHQ1rL74uuqgccxRjEqzBFvVZliq7SbYQ7Bub9qFld1o4+P/YbUGdJlmd0+//pKO9ws20AjvU=,iv:VplLC/sDztaqUiHr/3aglvqxyptZLN2MV3HQzneRk9A=,tag:/hUJjB+oxCKTPk+hPgC4rQ==,type:str] git-credential: ENC[AES256_GCM,data:mUoCNUEwv8RwExVed4IOd0z6EaVipwYhLO8BW97AKYqIKJ9cXfEjBkkzzAqcdMQS+fbenCO9twRkRLkUms1qWXmztHmzZww4ioTmPk8Gx4LkBA==,iv:ELx10UolVQyP1sgULtJD+4lezakktcYKR8iJljrTJnI=,tag:Jo04WJ9KXrc4euVazgqrPA==,type:str] -url: ENC[AES256_GCM,data:bNFo7aZIx2WlScgaf7wZ6aIi22bhOGntNplQB4kQ9/gF0fgXzQ33GBTsPts4I/jdoG5+00lVIxdnrFoUEwbX2FWgSGK7ioaZu2cQXQMyJyXRFJJftQKbDUI/tMhsGMl1HDZPnwCB++Bns2E5nRq2Z9Ln7cXRsnWwkNl+jxpOr/fRmngBr6nPtthxgJoNiwgf/NCgLsCQitYNCNpBFaI=,iv:K2C/1CY8oukTpFxf2jvSrhi2GdElFSP3NSAhhFQ8vhw=,tag:DgpS16+wTm1eUEPLEyN3kA==,type:str] +url: ENC[AES256_GCM,data:snv3FaeR8t30rOX9klSNdY/xqcHGXO1DnVi4GMkvyqaII9l/l8AeSlfOVM4qZq8Mqvn01FaiINOE8WPjhyUs9uYp5pfD7X5EXK+5vWwBYmE/isWlHHHNUhuz3UTV/xiSad4n4MiD8wxlF5u8cImwhDyO+SoG,iv:Tay4S5ZFMEIW6MrHnlen85FGvDJ5ZqfVBlgO5MQWufs=,tag:Njywn0i8W7g6cdDvPeJWEg==,type:str] open-webui_env: ENC[AES256_GCM,data:HUoNzOqVuu9MtW4VZJfrh4DbzQCtVYa+FzhDs21FpvImuVz9cue0X8s2MXKqYH0LD1US/DJKL4QLLeNTKVMGxmBOCGxSIgeFejnqK5k/r0GF54SBOURWZn/TyzqxZKAym01DUvfNIe68LhvW1LOHaCDK4zsI9BnhkBVjV8/Vmsc=,iv:4aUgQ6HoLqeuUp01fg+yXQRbH6mS/dakZ1ZUdCZzvAM=,tag:GlFnN5bqIcIZadXmFBkSXA==,type:str] juicity: serverIp: ENC[AES256_GCM,data:503ZXoFgXMHBslsuhxgt,iv:mQ9e7w41sLyxd+VLfPIx3vRTOZ5+dhLP17ne0hRqb0k=,tag:h5B6QHXNIhj8o7+9vDMUeg==,type:str] @@ -59,7 +59,7 @@ sops: a1Y1NU9CK2h1SS83VW42bzBMa01yMXMKI1DBtgNlkNCrxUQvnD6a45mQKNfg5gM4 Zb5buo9Jofj4dn/HFwng3T3gxKTrP2Dh74CAH4L0M5yrF9fzk5TCcQ== -----END AGE ENCRYPTED FILE----- - lastmodified: "2026-03-23T08:05:00Z" - mac: ENC[AES256_GCM,data:weilz0T3vhE4hvVo8yvH2/Q5zmqu+eEgdK69gCuG8nPK1jigGzLz2p2HmQYmAaJ7bX5UCkn2yMLh8/PDC1AQmW0XMHAFKhC5DnYMMwBwmhg/KOEUI8ovYYjsLKYb9Mb+P7pDPxN+LZ+oY71F/4DPlEhzFt0UoMFoM4hD8JUGOHI=,iv:Z2jpCxQYDOWZxTsRmwnzw8IanPj6/+RB9T5H3W8IKCI=,tag:QryrVHlettql9+iVZaMx7g==,type:str] + lastmodified: "2026-01-31T13:38:10Z" + mac: ENC[AES256_GCM,data:cXoFEQcscl05a4rXnEF8uc1okMuxwtRFhhYHEi+YLWYHBwSQMV/OUHoGW6soYM+Z1wmQyOP883f5M6Z0gFCmhzACZah9Zg528H9eT+ge1WMuT9kBaaqtuQTDwVArkeYkEGw0Mi3y2HXSn9wEZJfLqrtYWKVDOr/Ce1zmgqR0wQQ=,iv:uyJRXwK0ACE4kAgkzACNBOS3HXN5RlNHgCFvSFQaR0k=,tag:KumI3klPjxhAfh3AuZvLVw==,type:str] unencrypted_suffix: _unencrypted - version: 3.12.1 + version: 3.11.0