From f123fe2af7f2c7693a358a93255bd106dec00760 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sat, 14 Feb 2026 14:10:28 +1000 Subject: [PATCH 1/2] the inherit syntax is pretty btw --- homes/modules/programs/neovim/nixcats.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/homes/modules/programs/neovim/nixcats.nix b/homes/modules/programs/neovim/nixcats.nix index db28c1a..ad4a32d 100644 --- a/homes/modules/programs/neovim/nixcats.nix +++ b/homes/modules/programs/neovim/nixcats.nix @@ -3,7 +3,10 @@ spkgs, ... }: let - utils = inputs.nixcats.utils; + inherit + (inputs.nixcats) + utils + ; in { imports = [ inputs.nixcats.homeModule -- 2.51.2 From 0a72c0387c7189a9883b7656d28bba2ed285a00a Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sat, 14 Feb 2026 18:16:29 +1000 Subject: [PATCH 2/2] update to latest cerulean patches --- flake.lock | 58 ++++++----------------- flake.nix | 9 +++- homes/modules/programs/neovim/nixcats.nix | 2 +- hosts/nixarawrui/default.nix | 11 +++-- nixpkgs.nix | 8 ++-- overlays.nix | 28 +++++------ snow.nix | 4 -- 7 files changed, 47 insertions(+), 73 deletions(-) diff --git a/flake.lock b/flake.lock index 42b3ab7..0d21e0d 100644 --- a/flake.lock +++ b/flake.lock @@ -156,17 +156,14 @@ ] }, "locked": { - "lastModified": 1770984934, - "narHash": "sha256-5+/r1CFqmmzUIqZNjrGUjGgF4BxDkQ2NUrKkCsBBE9s=", - "owner": "emilelcb", - "repo": "Cerulean", - "rev": "3ba385ee25cc02c91fe4c245a734d59c54a1b1df", - "type": "github" + "lastModified": 1771048427, + "narHash": "sha256-pGqtZ6LH3hcmtSiCy8bMnRxkBBT0CU18pIHlEm9yCs4=", + "path": "/home/me/cry/mk/Cerulean", + "type": "path" }, "original": { - "owner": "emilelcb", - "repo": "Cerulean", - "type": "github" + "path": "/home/me/cry/mk/Cerulean", + "type": "path" } }, "crane": { @@ -1257,22 +1254,6 @@ } }, "nixpkgs_10": { - "locked": { - "lastModified": 1770197578, - "narHash": "sha256-AYqlWrX09+HvGs8zM6ebZ1pwUqjkfpnv8mewYwAo+iM=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_11": { "locked": { "lastModified": 1769461804, "narHash": "sha256-msG8SU5WsBUfVVa/9RPLaymvi5bI8edTavbIq3vRlhI=", @@ -1493,7 +1474,7 @@ "nixpkgs-unstable": "nixpkgs-unstable", "sddm-silent": "sddm-silent", "spicetify-nix": "spicetify-nix", - "systems": "systems_6", + "systems": "systems_5", "zen": "zen" } }, @@ -1557,8 +1538,12 @@ }, "spicetify-nix": { "inputs": { - "nixpkgs": "nixpkgs_10", - "systems": "systems_5" + "nixpkgs": [ + "nixpkgs-unstable" + ], + "systems": [ + "systems" + ] }, "locked": { "lastModified": 1770846656, @@ -1649,21 +1634,6 @@ "type": "github" } }, - "systems_6": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "treefmt-nix": { "inputs": { "nixpkgs": [ @@ -1766,7 +1736,7 @@ "zen": { "inputs": { "home-manager": "home-manager_2", - "nixpkgs": "nixpkgs_11" + "nixpkgs": "nixpkgs_10" }, "locked": { "lastModified": 1770910552, diff --git a/flake.nix b/flake.nix index 09bf215..3c4eacf 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,6 @@ inputs = { systems.url = "github:nix-systems/default"; - # WARNING: don't remove duplicate!! (cry64 will fix) nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-staging.url = "github:NixOS/nixpkgs/staging-next"; @@ -44,9 +43,15 @@ awww.url = "git+https://codeberg.org/LGFae/awww"; zen.url = "github:0xc000022070/zen-browser-flake"; iamb.url = "github:ulyssa/iamb"; - spicetify-nix.url = "github:Gerg-L/spicetify-nix"; nixcord.url = "github:FlameFlag/nixcord"; millennium.url = "github:trivaris/millennium?dir=packages/nix"; + spicetify-nix = { + url = "github:Gerg-L/spicetify-nix"; + inputs = { + systems.follows = "systems"; + nixpkgs.follows = "nixpkgs-unstable"; + }; + }; # temp theme until i bother creating my own