chore: Update flake inputs and package upstream

This commit is contained in:
ulic-youthlic 2026-03-18 20:53:27 +08:00
parent 912e8ff921
commit 7af904f92f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 345 additions and 335 deletions

View file

@ -22,7 +22,7 @@
},
"TrackersListCollection": {
"cargoLock": null,
"date": "2026-02-09",
"date": "2026-03-17",
"extract": null,
"name": "TrackersListCollection",
"passthru": null,
@ -34,62 +34,16 @@
"name": null,
"owner": "XIU2",
"repo": "TrackersListCollection",
"rev": "3f782e96279b2ea8f051fcf8a782f6b67613bf75",
"sha256": "sha256-+YNTJlhYK1YD5VL7DgCbVco+60rhuFdZtD2Cs/Jk9wU=",
"rev": "9a296881f7b90e4022c594fa824185a4c02ccb25",
"sha256": "sha256-EOjTGf9OHslTSzRbosPcuQDxauQ2dqT/I6W+k80s3XE=",
"sparseCheckout": [],
"type": "github"
},
"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"
"version": "9a296881f7b90e4022c594fa824185a4c02ccb25"
},
"nvim_vim-startuptime": {
"cargoLock": null,
"date": "2025-02-17",
"date": "2026-02-15",
"extract": null,
"name": "nvim_vim-startuptime",
"passthru": null,
@ -101,12 +55,12 @@
"name": null,
"owner": "dstein64",
"repo": "vim-startuptime",
"rev": "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6",
"sha256": "sha256-0YLDkU1y89O5z7tgxaH5USQpJDfTuN0fsPJOAp6pa5Y=",
"rev": "c12649b2458e34ec6dde8f1bdfe830661a613a6b",
"sha256": "sha256-S5Zw0IGhTFykdxk+znYiSh+G6ru7YrjhEB1xJwKnF54=",
"sparseCheckout": [],
"type": "github"
},
"version": "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6"
"version": "c12649b2458e34ec6dde8f1bdfe830661a613a6b"
},
"rime-yuhaostar": {
"cargoLock": null,
@ -123,27 +77,6 @@
},
"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",

View file

@ -20,55 +20,27 @@
};
TrackersListCollection = {
pname = "TrackersListCollection";
version = "3f782e96279b2ea8f051fcf8a782f6b67613bf75";
version = "9a296881f7b90e4022c594fa824185a4c02ccb25";
src = fetchFromGitHub {
owner = "XIU2";
repo = "TrackersListCollection";
rev = "3f782e96279b2ea8f051fcf8a782f6b67613bf75";
rev = "9a296881f7b90e4022c594fa824185a4c02ccb25";
fetchSubmodules = false;
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=";
sha256 = "sha256-EOjTGf9OHslTSzRbosPcuQDxauQ2dqT/I6W+k80s3XE=";
};
date = "2026-03-17";
};
nvim_vim-startuptime = {
pname = "nvim_vim-startuptime";
version = "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6";
version = "c12649b2458e34ec6dde8f1bdfe830661a613a6b";
src = fetchFromGitHub {
owner = "dstein64";
repo = "vim-startuptime";
rev = "b6f0d93f6b8cf6eee0b4c94450198ba2d6a05ff6";
rev = "c12649b2458e34ec6dde8f1bdfe830661a613a6b";
fetchSubmodules = false;
sha256 = "sha256-0YLDkU1y89O5z7tgxaH5USQpJDfTuN0fsPJOAp6pa5Y=";
sha256 = "sha256-S5Zw0IGhTFykdxk+znYiSh+G6ru7YrjhEB1xJwKnF54=";
};
date = "2025-02-17";
date = "2026-02-15";
};
rime-yuhaostar = {
pname = "rime-yuhaostar";
@ -79,18 +51,6 @@
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";

334
flake.lock generated
View file

@ -71,11 +71,11 @@
"cachyos-kernel": {
"flake": false,
"locked": {
"lastModified": 1772644657,
"narHash": "sha256-7zQSBFv9gFeYhe65NchqLLste7mJ396jA1OnNcf+OQQ=",
"lastModified": 1773637879,
"narHash": "sha256-hFKu2SaRoqt6+zbmcFW6A0AbBENIX8XooJLXQWa3sLc=",
"owner": "CachyOS",
"repo": "linux-cachyos",
"rev": "ff5ccc4fa26d5272d929fb9c1838593a6347ca10",
"rev": "fa09a5bc69d3e7feeed9b1402c7df06c8170402a",
"type": "github"
},
"original": {
@ -87,11 +87,11 @@
"cachyos-kernel-patches": {
"flake": false,
"locked": {
"lastModified": 1772731186,
"narHash": "sha256-y70pS9Cma7+WCsni3VTacHh9g/udulmBS6zrYE2Fz64=",
"lastModified": 1773635524,
"narHash": "sha256-JErpxWTdoHq4JuDerfsbPA60FmWOxK4oX9UL9CcsP/Q=",
"owner": "CachyOS",
"repo": "kernel-patches",
"rev": "eac8168ee15f742547d4d20ba5c7fea283f23019",
"rev": "5544a0679fd6f6fb714e275514449c4ab9db2a53",
"type": "github"
},
"original": {
@ -144,11 +144,11 @@
]
},
"locked": {
"lastModified": 1772420042,
"narHash": "sha256-naZz40TUFMa0E0CutvwWsSPhgD5JldyTUDEgP9ADpfU=",
"lastModified": 1773506317,
"narHash": "sha256-qWKbLUJpavIpvOdX1fhHYm0WGerytFHRoh9lVck6Bh0=",
"owner": "nix-community",
"repo": "disko",
"rev": "5af7af10f14706e4095bd6bc0d9373eb097283c6",
"rev": "878ec37d6a8f52c6c801d0e2a2ad554c75b9353c",
"type": "github"
},
"original": {
@ -160,11 +160,11 @@
"doomemacs": {
"flake": false,
"locked": {
"lastModified": 1772433867,
"narHash": "sha256-0dm0Oc5yd1vwqQoa3lAJznnocyCLkOC7zHkUTqCVI94=",
"lastModified": 1773626168,
"narHash": "sha256-FbI8Ugt1DuyBvG6o1w8M70srmZSmRgQfL5zMm/zqdzA=",
"owner": "doomemacs",
"repo": "doomemacs",
"rev": "470e653f08cfe85bbc02516af65e44d3b9c735b8",
"rev": "370777f398d2988ff8c3a957367c454fe7df8b44",
"type": "github"
},
"original": {
@ -179,11 +179,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1772556483,
"narHash": "sha256-F68hfvbcOLFQQ0rSWzNu8tP3/2UW2aatY4iX8lLegLQ=",
"lastModified": 1773827727,
"narHash": "sha256-ju4C3oAyUWeEItQKvLvl0ME9FUsHsAJKFo2BJ9i36Jw=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "56072ed54f7f64e358dc629a0e422bbf000b5d0e",
"rev": "73dcf114c2bab0f2bbd8b922beb1c6dafee6846c",
"type": "github"
},
"original": {
@ -202,11 +202,11 @@
]
},
"locked": {
"lastModified": 1772441140,
"narHash": "sha256-onJLEHVadNXPKc/5hQ8bt9ksyW+quBqLrZjPnW7D3hw=",
"lastModified": 1773823927,
"narHash": "sha256-8/TDOmZGYPkBd+6A4V062yuBWhl7yY3UHbF3zf+atWs=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "29ea7ebe3d19bf60ad8e9127c02b9aecd6075c2d",
"rev": "4fba5ab134ec5e6de48074be34842f635c4f613d",
"type": "github"
},
"original": {
@ -359,11 +359,11 @@
"nixpkgs-lib": "nixpkgs-lib_2"
},
"locked": {
"lastModified": 1769996383,
"narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=",
"lastModified": 1772408722,
"narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "57928607ea566b5db3ad13af0e57e921e6b12381",
"rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3",
"type": "github"
},
"original": {
@ -458,11 +458,11 @@
]
},
"locked": {
"lastModified": 1770726378,
"narHash": "sha256-kck+vIbGOaM/dHea7aTBxdFYpeUl/jHOy5W3eyRvVx8=",
"lastModified": 1772893680,
"narHash": "sha256-JDqZMgxUTCq85ObSaFw0HhE+lvdOre1lx9iI6vYyOEs=",
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "5eaaedde414f6eb1aea8b8525c466dc37bba95ae",
"rev": "8baab586afc9c9b57645a734c820e4ac0a604af9",
"type": "github"
},
"original": {
@ -540,11 +540,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1772550393,
"narHash": "sha256-m5+TRl4Vfc4lf/Z5PlrOgl0xuPLbGZzYIjNeCal7RYo=",
"lastModified": 1773763225,
"narHash": "sha256-/GslbXrUDZHlphF16EMf5X5XyW+fgsTFIew8RWx0kOY=",
"owner": "helix-editor",
"repo": "helix",
"rev": "b22c117a2757552488fa0ff5ad63835f2a7fe449",
"rev": "510edb5d65e09309a5b2664110ed45cee993f964",
"type": "github"
},
"original": {
@ -561,11 +561,11 @@
]
},
"locked": {
"lastModified": 1772516620,
"narHash": "sha256-2r4cKdqCVlQkvcTcLUMxmsmAYZZxCMd//w/PnDnukTE=",
"lastModified": 1773810247,
"narHash": "sha256-6Vz1Thy/1s7z+Rq5OfkWOBAdV4eD+OrvDs10yH6xJzQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2b9504d5a0169d4940a312abe2df2c5658db8de9",
"rev": "d47357a4c806d18a3e853ad2699eaec3c01622e7",
"type": "github"
},
"original": {
@ -603,11 +603,11 @@
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1772496284,
"narHash": "sha256-pDGgYqXFU5cY1Jn11R7N/Q6DFazg6CQq8KDlqvyl/XE=",
"lastModified": 1773792437,
"narHash": "sha256-xjL22RjFqfN3D4dglBt0PTEFLl1rvN60f6LtHX8kQJs=",
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"rev": "fc9e6626baffb5b577810269713aedc37e95ef60",
"rev": "7f54fc34e0ff994dff6494f074979ad6e4a0eba4",
"type": "github"
},
"original": {
@ -619,11 +619,11 @@
"neovim-src": {
"flake": false,
"locked": {
"lastModified": 1772473891,
"narHash": "sha256-E/0dAqFsUm4DggmHBl8rfI67yK227RXpzbEkZ7729bM=",
"lastModified": 1773789001,
"narHash": "sha256-V4hVxVeHk+ZdlaRpssBu6q9G3++WwxBco5MZVTL9E/I=",
"owner": "neovim",
"repo": "neovim",
"rev": "a8361c3afc5b9281814e9f16a9d4291e095b38fa",
"rev": "1d776d909f54dd6298710d50f72e25972b6755bf",
"type": "github"
},
"original": {
@ -644,11 +644,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1772519138,
"narHash": "sha256-qMdIWc5NrRR3tllBZgeaq3QJke3fsf08wl0e5f2RcFg=",
"lastModified": 1773809319,
"narHash": "sha256-ZuMZEuxqWneGaK+HAXz50JyCmtFo0neo6mp6F2NWj24=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "62832e6abed7e060e832fd7be5413c07047dd6fd",
"rev": "c4ee62058cd37d7b842c3b081917f792efee9082",
"type": "github"
},
"original": {
@ -677,11 +677,11 @@
"niri-unstable": {
"flake": false,
"locked": {
"lastModified": 1772207631,
"narHash": "sha256-Jkkg+KqshFO3CbTszVVpkKN2AOObYz+wMsM3ONo1z5g=",
"lastModified": 1773130184,
"narHash": "sha256-3bwx4WqCB06yfQIGB+OgIckOkEDyKxiTD5pOo4Xz2rI=",
"owner": "YaLTeR",
"repo": "niri",
"rev": "e708f546153f74acf33eb183b3b2992587a701e5",
"rev": "b07bde3ee82dd73115e6b949e4f3f63695da35ea",
"type": "github"
},
"original": {
@ -699,11 +699,11 @@
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1772905875,
"narHash": "sha256-SAK5ZNGqNFBNx3P11O4N6GPn4RH9He+VtioI2qX+H+4=",
"lastModified": 1773804995,
"narHash": "sha256-LL6EG35pbxgjsqYIpwUnpHGDmKFYttE+BILBNhsEaJk=",
"owner": "xddxdd",
"repo": "nix-cachyos-kernel",
"rev": "1fc1e3f6d65a3e16898c8a75a951cfc529e71001",
"rev": "3286b7ecf1d864e2be050af78aa633d4e3ae8fdb",
"type": "github"
},
"original": {
@ -722,11 +722,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1772442198,
"narHash": "sha256-ygRCY/7MtTATquYFh2dadiOF17Wh7aiYvkD6jTFNvdw=",
"lastModified": 1773824968,
"narHash": "sha256-WdB19o2VEhmOUFu4MzHBgfrD2A9ZcuOTCUzf5RNLcEA=",
"owner": "marienz",
"repo": "nix-doom-emacs-unstraightened",
"rev": "94230f71afa2caf576d9d852f5ed46a6050e8b0b",
"rev": "5629aa8a962c926b5723db9c70b5963eb82b40d7",
"type": "github"
},
"original": {
@ -742,11 +742,11 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1772505577,
"narHash": "sha256-HzpMlxPScGSLDAoOZHA09Pndd4d1s6uNomYK3GoJjAg=",
"lastModified": 1773801820,
"narHash": "sha256-l4pB6hCC5K0ygw63q9T8uRiETCGlR14DL3nIwR16WvQ=",
"owner": "fufexan",
"repo": "nix-gaming",
"rev": "3ea17e15ca87c740e75f4ecf0ad3e3f4c16d7c7d",
"rev": "741d7a97cedfe976743166c44f4b58f3ec1df72d",
"type": "github"
},
"original": {
@ -766,11 +766,11 @@
]
},
"locked": {
"lastModified": 1772187015,
"narHash": "sha256-8UA+HVKxRqyv1wuAln4gxskq8ZbW5ttKZg5kDp0R154=",
"lastModified": 1773496870,
"narHash": "sha256-zriI/dGF8h+6wP/GatPvYwydE/6UQCjjvTgIMYYRpUo=",
"owner": "nix-community",
"repo": "nix4nvchad",
"rev": "cde302611dfdcaece9756b48f68eb808645929b5",
"rev": "c83e47ad73fd1bcb28478a7789d7c3dde83e51b7",
"type": "github"
},
"original": {
@ -781,11 +781,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1771969195,
"narHash": "sha256-qwcDBtrRvJbrrnv1lf/pREQi8t2hWZxVAyeMo7/E9sw=",
"lastModified": 1773533765,
"narHash": "sha256-qonGfS2lzCgCl59Zl63jF6dIRRpvW3AJooBGMaXjHiY=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "41c6b421bdc301b2624486e11905c9af7b8ec68e",
"rev": "f8e82243fd601afb9f59ad230958bd073795cbfe",
"type": "github"
},
"original": {
@ -797,11 +797,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1772433332,
"narHash": "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=",
"lastModified": 1773734432,
"narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cf59864ef8aa2e178cccedbe2c178185b0365705",
"rev": "cda48547b432e8d3b18b4180ba07473762ec8558",
"type": "github"
},
"original": {
@ -811,22 +811,6 @@
"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": 1772328832,
@ -844,11 +828,11 @@
},
"nixpkgs-lib_2": {
"locked": {
"lastModified": 1769909678,
"narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=",
"lastModified": 1772328832,
"narHash": "sha256-e+/T/pmEkLP6BHhYjx6GmwP5ivonQQn0bJdH9YrRB+Q=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "72716169fe93074c333e8d0173151350670b824c",
"rev": "c185c7a5e5dd8f9add5b2f8ebeff00888b070742",
"type": "github"
},
"original": {
@ -860,7 +844,7 @@
"nixpkgs-patch-rqbit-bump": {
"flake": false,
"locked": {
"narHash": "sha256-BZRSSNDskFySuJ0L2W/FRlHFeaaOZBrwbhXgYn8KbeY=",
"narHash": "sha256-qG8LaVuhlEyV6m1hIsgZCm3ZutNGsnwEEp+pYujBKpQ=",
"type": "file",
"url": "https://github.com/nixos/nixpkgs/pull/485603.diff"
},
@ -871,11 +855,11 @@
},
"nixpkgs-patcher": {
"locked": {
"lastModified": 1769207991,
"narHash": "sha256-SwGLSB3H/Lq2gPa2/yCtmcUn8E/fVuPtZ5qnjrDj62s=",
"lastModified": 1772817589,
"narHash": "sha256-ipjFR3UQ6bFMtZQoWodBFE3pR9yx5gtGpzKN9T2ESZM=",
"owner": "gepbird",
"repo": "nixpkgs-patcher",
"rev": "2e59a7b94478f67e3ac2b221f737fe75c2175edc",
"rev": "f2908367abf8ed4b0fee691bb481bde0f8015fc4",
"type": "github"
},
"original": {
@ -886,27 +870,27 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1767313136,
"narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=",
"lastModified": 1773705440,
"narHash": "sha256-xB30bbAp0e7ogSEYyc126mAJMt4FRFh8wtm6ADE1xuM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d",
"rev": "48652e9d5aea46e555b3df87354280d4f29cd3a3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-25.05",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable_2": {
"locked": {
"lastModified": 1772465433,
"narHash": "sha256-ywy9troNEfpgh0Ee+zaV1UTgU8kYBVKtvPSxh6clYGU=",
"lastModified": 1773705440,
"narHash": "sha256-xB30bbAp0e7ogSEYyc126mAJMt4FRFh8wtm6ADE1xuM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c581273b8d5bdf1c6ce7e0a54da9841e6a763913",
"rev": "48652e9d5aea46e555b3df87354280d4f29cd3a3",
"type": "github"
},
"original": {
@ -918,18 +902,34 @@
},
"nixpkgs_10": {
"locked": {
"lastModified": 1772198003,
"narHash": "sha256-UCaQQ8zmHUocQIgCl+53Jj6NuwqrVKtmv7obE9r6wnw=",
"rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61",
"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_11": {
"locked": {
"lastModified": 1773389992,
"narHash": "sha256-wLdaFm1T0uzQya3eG/5+LPbmyB92jE/AnMtVY6re818=",
"rev": "c06b4ae3d6599a672a6210b7021d699c351eebda",
"type": "tarball",
"url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre955442.dd9b079222d4/nixexprs.tar.xz"
"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_11": {
"nixpkgs_12": {
"locked": {
"lastModified": 1770107345,
"narHash": "sha256-tbS0Ebx2PiA1FRW8mt8oejR0qMXmziJmPaU1d4kYY9g=",
@ -979,11 +979,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1772419343,
"narHash": "sha256-QU3Cd5DJH7dHyMnGEFfPcZDaCAsJQ6tUD+JuUsYqnKU=",
"lastModified": 1773628058,
"narHash": "sha256-hpXH0z3K9xv0fHaje136KY872VT2T5uwxtezlAskQgY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "93178f6a00c22fcdee1c6f5f9ab92f2072072ea9",
"rev": "f8573b9c935cfaa162dd62cc9e75ae2db86f85df",
"type": "github"
},
"original": {
@ -995,11 +995,11 @@
},
"nixpkgs_5": {
"locked": {
"lastModified": 1772864153,
"narHash": "sha256-YANRi2Sb6uUHFy/zhZjC0DmCpYKPMpXQBKj5iRZv6ks=",
"lastModified": 1773738184,
"narHash": "sha256-zWRjT5oPabNCiC1A3QkFXpfnsgUjyg6fUZWC+IiiZH0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8fbd4361b3a128506685a89bb18ff29ff23f6c59",
"rev": "41a2715cc472025a19bc0eb9dc4ee8b7406bfa6f",
"type": "github"
},
"original": {
@ -1011,11 +1011,11 @@
},
"nixpkgs_6": {
"locked": {
"lastModified": 1772173633,
"narHash": "sha256-MOH58F4AIbCkh6qlQcwMycyk5SWvsqnS/TCfnqDlpj4=",
"lastModified": 1773507054,
"narHash": "sha256-Q8U5VXgrcxmCxPtCCJCIZkcAX3FCZwGh1GNVIXxMND0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c0f3d81a7ddbc2b1332be0d8481a672b4f6004d6",
"rev": "e80236013dc8b77aa49ca90e7a12d86f5d8d64c9",
"type": "github"
},
"original": {
@ -1027,11 +1027,11 @@
},
"nixpkgs_7": {
"locked": {
"lastModified": 1772433332,
"narHash": "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=",
"lastModified": 1773734432,
"narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cf59864ef8aa2e178cccedbe2c178185b0365705",
"rev": "cda48547b432e8d3b18b4180ba07473762ec8558",
"type": "github"
},
"original": {
@ -1059,16 +1059,16 @@
},
"nixpkgs_9": {
"locked": {
"lastModified": 1772433332,
"narHash": "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=",
"lastModified": 1770107345,
"narHash": "sha256-tbS0Ebx2PiA1FRW8mt8oejR0qMXmziJmPaU1d4kYY9g=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cf59864ef8aa2e178cccedbe2c178185b0365705",
"rev": "4533d9293756b63904b7238acb84ac8fe4c8c2c4",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
@ -1101,11 +1101,11 @@
"noctalia-qs": "noctalia-qs"
},
"locked": {
"lastModified": 1772555156,
"narHash": "sha256-L89QxbDuYdPhl7DNrqXsNtDhJgH2pXKV4lWXgOO9IuE=",
"lastModified": 1773839272,
"narHash": "sha256-qyDlwIUzkk43MGzSWcdQimzgTofcbp3hIV4MzdZBPnk=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"rev": "0a2ce3bac7d7a93b7fd361c0aefa614de73c718b",
"rev": "09b4c927c31c7bb0d68af679c42ff4f18ddf3af7",
"type": "github"
},
"original": {
@ -1119,14 +1119,16 @@
"nixpkgs": [
"noctalia",
"nixpkgs"
]
],
"systems": "systems_5",
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1772227064,
"narHash": "sha256-f821ZSoGpa/aXrWq0gPpea9qBnX8KDyavGKkptz2Mog=",
"lastModified": 1773514555,
"narHash": "sha256-XNmLf4HqUM6/he/eJiHT+Mvxmt7QuwgGU14jB4Ha+pM=",
"owner": "noctalia-dev",
"repo": "noctalia-qs",
"rev": "0741d27d2f7db567270f139c5d1684614ecf9863",
"rev": "8aa9d8ce86ef018fb442c585ad7fbb2a15a4f822",
"type": "github"
},
"original": {
@ -1138,14 +1140,14 @@
"nur": {
"inputs": {
"flake-parts": "flake-parts_6",
"nixpkgs": "nixpkgs_9"
"nixpkgs": "nixpkgs_10"
},
"locked": {
"lastModified": 1772558837,
"narHash": "sha256-rGA3gynruWorwIAiudxczr72VLvFe3oDVwCO35EYOQ0=",
"lastModified": 1773838371,
"narHash": "sha256-Jaa+BrmoNtBTF5LHtEqFZi9yXmT33WB+tUaz/GDQOdc=",
"owner": "nix-community",
"repo": "NUR",
"rev": "af814a1a85896dcb827bfb241a2cf6c8e014e964",
"rev": "64f6b20d52da42f794d3455b46b7af7c196369d7",
"type": "github"
},
"original": {
@ -1235,7 +1237,6 @@
"nix4nvchad": "nix4nvchad",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_7",
"nixpkgs-0182a361324364ae3f436a63005877674cf45efb": "nixpkgs-0182a361324364ae3f436a63005877674cf45efb",
"nixpkgs-patch-rqbit-bump": "nixpkgs-patch-rqbit-bump",
"nixpkgs-patcher": "nixpkgs-patcher",
"nixvim": "nixvim",
@ -1246,7 +1247,7 @@
"spacemacs": "spacemacs",
"spicetify-nix": "spicetify-nix",
"stylix": "stylix",
"treefmt-nix": "treefmt-nix",
"treefmt-nix": "treefmt-nix_2",
"zen-browser": "zen-browser"
}
},
@ -1299,11 +1300,11 @@
]
},
"locked": {
"lastModified": 1772495394,
"narHash": "sha256-hmIvE/slLKEFKNEJz27IZ8BKlAaZDcjIHmkZ7GCEjfw=",
"lastModified": 1773698643,
"narHash": "sha256-VCiDjE8kNs8uCAK73Ezk1r3fFuc4JepvW07YFqaN968=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "1d9b98a29a45abe9c4d3174bd36de9f28755e3ff",
"rev": "8237de83e8200d16fe0c4467b02a1c608ff28044",
"type": "github"
},
"original": {
@ -1315,11 +1316,11 @@
"spacemacs": {
"flake": false,
"locked": {
"lastModified": 1771631033,
"narHash": "sha256-NlhRJh+ORSZNDNRBebuKefrF7JbZB1wbUYbZeoqwVdU=",
"lastModified": 1773592485,
"narHash": "sha256-zE19njkQv3S4pW/bvYTcJYYWbDSyidSs+NCMtvlSwnM=",
"owner": "syl20bnr",
"repo": "spacemacs",
"rev": "4d7c01d3ef3502f964f3bf827560e167cbd1a3c5",
"rev": "e70ef0aa451325e7241e50fdbb85d8281ff3421e",
"type": "github"
},
"original": {
@ -1330,15 +1331,15 @@
},
"spicetify-nix": {
"inputs": {
"nixpkgs": "nixpkgs_10",
"systems": "systems_5"
"nixpkgs": "nixpkgs_11",
"systems": "systems_6"
},
"locked": {
"lastModified": 1772494187,
"narHash": "sha256-6ksgNAFXVK+Cg/6ww7bB2nJUPZlnS75UwZC7G+L03EE=",
"lastModified": 1773619901,
"narHash": "sha256-Br8CQy4ht+a2OxyzaRwuP5+oIFfoRvCxYgsmdrgid40=",
"owner": "Gerg-L",
"repo": "spicetify-nix",
"rev": "915ab06b046d05613041780c575c62a32fe67cea",
"rev": "6f06ff05cd536b790b7662550a10b61a1ac4619e",
"type": "github"
},
"original": {
@ -1362,7 +1363,7 @@
"nixpkgs"
],
"nur": "nur_2",
"systems": "systems_6",
"systems": "systems_7",
"tinted-foot": "tinted-foot",
"tinted-kitty": "tinted-kitty",
"tinted-schemes": "tinted-schemes",
@ -1370,11 +1371,11 @@
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1772296853,
"narHash": "sha256-pAtzPsgHRKw/2Kv8HgAjSJg450FDldHPWsP3AKG/Xj0=",
"lastModified": 1773792048,
"narHash": "sha256-Oy9PCLG3vtflFBWcJd8c/EB3h5RU7ABAIDWn6JrGf6o=",
"owner": "nix-community",
"repo": "stylix",
"rev": "c4b8e80a1020e09a1f081ad0f98ce804a6e85acf",
"rev": "3f2f9d307fe58c6abe2a16eb9b62c42d53ef5ee1",
"type": "github"
},
"original": {
@ -1444,6 +1445,21 @@
}
},
"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=",
@ -1458,7 +1474,7 @@
"type": "github"
}
},
"systems_6": {
"systems_7": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
@ -1556,14 +1572,32 @@
},
"treefmt-nix": {
"inputs": {
"nixpkgs": "nixpkgs_11"
"nixpkgs": "nixpkgs_9"
},
"locked": {
"lastModified": 1770228511,
"narHash": "sha256-wQ6NJSuFqAEmIg2VMnLdCnUc0b7vslUohqqGGD+Fyxk=",
"lastModified": 1772660329,
"narHash": "sha256-IjU1FxYqm+VDe5qIOxoW+pISBlGvVApRjiw/Y/ttJzY=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "337a4fe074be1042a35086f15481d763b8ddc0e7",
"rev": "3710e0e1218041bbad640352a0440114b1e10428",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
},
"treefmt-nix_2": {
"inputs": {
"nixpkgs": "nixpkgs_12"
},
"locked": {
"lastModified": 1773297127,
"narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "71b125cd05fbfd78cab3e070b73544abe24c5016",
"type": "github"
},
"original": {
@ -1610,11 +1644,11 @@
"xwayland-satellite-unstable": {
"flake": false,
"locked": {
"lastModified": 1772429643,
"narHash": "sha256-M+bAeCCcjBnVk6w/4dIVvXvpJwOKnXjwi/lDbaN6Yws=",
"lastModified": 1773622265,
"narHash": "sha256-wToKwH7IgWdGLMSIWksEDs4eumR6UbbsuPQ42r0oTXQ=",
"owner": "Supreeeme",
"repo": "xwayland-satellite",
"rev": "10f985b84cdbcc3bbf35b3e7e43d1b2a84fa9ce2",
"rev": "a879e5e0896a326adc79c474bf457b8b99011027",
"type": "github"
},
"original": {
@ -1633,11 +1667,11 @@
]
},
"locked": {
"lastModified": 1772517053,
"narHash": "sha256-aBuL2TFnyBLR+t6iBlKnTWWzprXYKQQIaV0IuCSPPeE=",
"lastModified": 1773737882,
"narHash": "sha256-P6k0BtT1/idYveVRdcwAZk8By9UjZW8XOMhSoS6wTBY=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "32e9673aee2ae994ced561247918952398a3e933",
"rev": "a7f1db35d74faf04e5189b3a32f890186ace5c28",
"type": "github"
},
"original": {

View file

@ -61,13 +61,6 @@
owner = "gepbird";
repo = "nixpkgs-patcher";
};
## fix guix/guile-zlib
nixpkgs-0182a361324364ae3f436a63005877674cf45efb = {
type = "github";
owner = "nixos";
repo = "nixpkgs";
rev = "0182a361324364ae3f436a63005877674cf45efb";
};
nix-cachyos-kernel = {
type = "github";

View file

@ -1,8 +1,8 @@
{
"hideInactive": true,
"enableToast": false,
"iconSpacing": 4,
"removeMargins": false,
"activeColor": "primary",
"inactiveColor": "none"
"enableToast": true,
"hideInactive": true,
"iconSpacing": 4,
"inactiveColor": "none",
"removeMargins": false
}

View file

@ -1,15 +1,21 @@
{
"audioCodec": "opus",
"audioSource": "default_output",
"colorRange": "full",
"copyToClipboard": false,
"filenamePattern": "recording_yyyy-MM-dd_HH:mm:ss",
"frameRate": "custom",
"hideInactive": false,
"iconColor": "none",
"filenamePattern": "recording_yyyy-MM-dd_HH:mm:ss",
"frameRate": "165",
"audioCodec": "opus",
"videoCodec": "hevc",
"quality": "ultra",
"colorRange": "full",
"resolution": "2560x1440",
"showCursor": true,
"copyToClipboard": false,
"audioSource": "default_output",
"videoCodec": "hevc",
"videoSource": "portal",
"resolution": "2560x1440"
"customFrameRate": "170",
"restorePortalSession": false,
"replayEnabled": false,
"replayDuration": "30",
"customReplayDuration": "30",
"replayStorage": "ram"
}

View file

@ -0,0 +1,5 @@
{
"compactMode": false,
"iconColor": "none",
"textColor": "none"
}

View file

@ -1,5 +1,5 @@
{
"settingsVersion": 53,
"settingsVersion": 59,
"bar": {
"barType": "simple",
"position": "right",
@ -9,6 +9,10 @@
"showCapsule": true,
"capsuleOpacity": 1,
"capsuleColorKey": "none",
"widgetSpacing": 6,
"contentPadding": 2,
"fontScale": 1,
"enableExclusionZoneInset": true,
"backgroundOpacity": 0.93,
"useSeparateOpacity": false,
"floating": false,
@ -17,10 +21,11 @@
"frameThickness": 8,
"frameRadius": 12,
"outerCorners": true,
"hideOnOverview": false,
"hideOnOverview": true,
"displayMode": "always_visible",
"autoHideDelay": 500,
"autoShowDelay": 150,
"showOnWorkspaceSwitch": true,
"widgets": {
"left": [
{
@ -28,6 +33,7 @@
"diskPath": "/",
"iconColor": "none",
"id": "SystemMonitor",
"showCpuCores": false,
"showCpuFreq": false,
"showCpuTemp": false,
"showCpuUsage": true,
@ -57,14 +63,11 @@
},
{
"compactMode": false,
"compactShowAlbumArt": true,
"compactShowVisualizer": false,
"hideMode": "hidden",
"hideWhenIdle": false,
"id": "MediaMini",
"maxWidth": 145,
"panelShowAlbumArt": true,
"panelShowVisualizer": true,
"scrollingMode": "hover",
"showAlbumArt": true,
"showArtistFirst": false,
@ -83,6 +86,7 @@
"enableScrollWheel": true,
"focusedColor": "primary",
"followFocusedScreen": false,
"fontWeight": "bold",
"groupedBorderOpacity": 1,
"hideUnoccupied": true,
"iconScale": 0.6,
@ -91,6 +95,7 @@
"occupiedColor": "secondary",
"pillSize": 0.6,
"showApplications": true,
"showApplicationsHover": false,
"showBadge": true,
"showLabelsOnlyWhenOccupied": true,
"unfocusedIconsOpacity": 0.5
@ -159,7 +164,21 @@
}
]
},
"screenOverrides": []
"mouseWheelAction": "workspace",
"reverseScroll": false,
"mouseWheelWrap": true,
"middleClickAction": "settings",
"middleClickFollowMouse": false,
"middleClickCommand": "",
"rightClickAction": "controlCenter",
"rightClickFollowMouse": true,
"rightClickCommand": "",
"screenOverrides": [
{
"enabled": false,
"name": "eDP-2"
}
]
},
"general": {
"dimmerOpacity": 0,
@ -177,7 +196,9 @@
"lockOnSuspend": true,
"showSessionButtonsOnLockScreen": true,
"showHibernateOnLockScreen": true,
"enableLockScreenMediaControls": false,
"enableShadows": true,
"enableBlurBehind": true,
"shadowDirection": "bottom_right",
"shadowOffsetX": 2,
"shadowOffsetY": 3,
@ -191,7 +212,7 @@
"allowPasswordWithFprintd": false,
"clockStyle": "digital",
"clockFormat": "hh\\nmm",
"passwordChars": false,
"passwordChars": true,
"lockScreenMonitors": [],
"lockScreenBlur": 0.7000000000000001,
"lockScreenTint": 0,
@ -200,7 +221,7 @@
"keyDown": ["Ctrl+N"],
"keyLeft": ["Ctrl+H"],
"keyRight": ["Ctrl+L"],
"keyEnter": ["Return"],
"keyEnter": ["Return", "Enter"],
"keyEscape": ["Esc"],
"keyRemove": ["Del"]
},
@ -212,14 +233,13 @@
"fontDefaultScale": 1,
"fontFixedScale": 1,
"tooltipsEnabled": true,
"scrollbarAlwaysVisible": true,
"boxBorderEnabled": false,
"panelBackgroundOpacity": 0.9500000000000001,
"panelsAttachedToBar": true,
"translucentWidgets": false,
"panelsAttachedToBar": false,
"settingsPanelMode": "centered",
"wifiDetailsViewMode": "grid",
"bluetoothDetailsViewMode": "grid",
"networkPanelView": "wifi",
"bluetoothHideUnnamedDevices": false,
"boxBorderEnabled": false
"settingsPanelSideBarCardStyle": false
},
"location": {
"weatherEnabled": true,
@ -266,7 +286,7 @@
"wallpaperChangeMode": "random",
"randomIntervalSec": 900,
"transitionDuration": 1500,
"transitionType": "random",
"transitionType": ["fade", "disc", "stripes", "wipe", "pixelate", "honeycomb"],
"skipStartupTransition": true,
"transitionEdgeSmoothness": 0.05,
"panelPosition": "center",
@ -292,11 +312,12 @@
"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,
@ -305,13 +326,13 @@
"showCategories": true,
"iconMode": "tabler",
"showIconBackground": true,
"enableSettingsSearch": true,
"enableSettingsSearch": false,
"enableWindowsSearch": true,
"enableSessionSearch": true,
"enableSessionSearch": false,
"ignoreMouseInput": false,
"screenshotAnnotationTool": "",
"overviewLayer": false,
"density": "default"
"density": "comfortable"
},
"controlCenter": {
"position": "close_to_bar_button",
@ -384,6 +405,10 @@
"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",
@ -398,22 +423,34 @@
"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,
"showFrameIndicator": true
"showDockIndicator": false,
"indicatorThickness": 3,
"indicatorColor": "primary",
"indicatorOpacity": 0.6
},
"network": {
"wifiEnabled": false,
"airplaneModeEnabled": false,
"bluetoothRssiPollingEnabled": true,
"bluetoothRssiPollIntervalMs": 10000,
"networkPanelView": "wifi",
"wifiDetailsViewMode": "grid",
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false,
"disableDiscoverability": false
"disableDiscoverability": false,
"bluetoothAutoConnect": true
},
"sessionMenu": {
"enableCountdown": true,
@ -471,13 +508,20 @@
"command": "",
"countdownEnabled": true,
"enabled": true,
"keybind": ""
"keybind": "7"
},
{
"action": "userspaceReboot",
"command": "",
"countdownEnabled": true,
"enabled": true,
"keybind": "8"
}
]
},
"notifications": {
"enabled": true,
"enableMarkdown": false,
"enableMarkdown": true,
"density": "default",
"monitors": [],
"location": "bottom_right",
@ -487,7 +531,7 @@
"lowUrgencyDuration": 3,
"normalUrgencyDuration": 8,
"criticalUrgencyDuration": 15,
"clearDismissed": true,
"clearDismissed": false,
"saveToHistory": {
"low": true,
"normal": true,
@ -518,16 +562,23 @@
"audio": {
"volumeStep": 1,
"volumeOverdrive": true,
"cavaFrameRate": 165,
"spectrumFrameRate": 165,
"visualizerType": "mirrored",
"mprisBlacklist": [],
"preferredPlayer": "spotify, mpv",
"volumeFeedback": true
"volumeFeedback": true,
"volumeFeedbackSoundFile": ""
},
"brightness": {
"brightnessStep": 1,
"enforceMinimum": true,
"enableDdcSupport": true
"enableDdcSupport": true,
"backlightDeviceMappings": [
{
"device": "/sys/class/backlight/nvidia_0",
"output": "DP-1"
}
]
},
"colorSchemes": {
"useWallpaperColors": false,
@ -560,31 +611,66 @@
"performanceModeEnabled": "",
"performanceModeDisabled": "",
"startup": "",
"session": ""
"session": "",
"colorGeneration": ""
},
"plugins": {
"autoUpdate": false
"autoUpdate": false,
"notifyUpdates": true
},
"idle": {
"enabled": false,
"screenOffTimeout": 0,
"lockTimeout": 660,
"suspendTimeout": 1800,
"fadeDuration": 5,
"screenOffCommand": "",
"lockCommand": "",
"suspendCommand": "",
"resumeScreenOffCommand": "",
"resumeLockCommand": "",
"resumeSuspendCommand": "",
"customCommands": "[]"
},
"desktopWidgets": {
"enabled": true,
"overviewEnabled": false,
"gridSnap": true,
"gridSnapScale": false,
"monitorWidgets": [
{
"name": "eDP-1",
"name": "eDP-2",
"widgets": [
{
"clockColor": "none",
"clockStyle": "minimal",
"customFont": "",
"format": "HH:mm:ss\\nMMMM d yyyy",
"format": "HH:mm\\nd MMMM yyyy",
"id": "Clock",
"roundedCorners": true,
"scale": 1.1985607401441287,
"scale": 1.7265890461473643,
"showBackground": true,
"useCustomFont": false,
"usePrimaryColor": true,
"x": 68,
"y": 34
"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
}
]
}

View file

@ -15,7 +15,6 @@ in {
stylix.targets.zen-browser.enable = false;
programs.zen-browser = {
enable = true;
suppressXdgMigrationWarning = true;
profiles.default = {
name = "default";
isDefault = true;

View file

@ -15,7 +15,6 @@ in
./vim.nix
./prismlauncher.nix
./fix-guix.nix
# Nur
./nur.nix

View file

@ -1,5 +0,0 @@
{inputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
guix = inputs.nixpkgs-0182a361324364ae3f436a63005877674cf45efb.legacyPackages.${system}.guix;
}