From d92b937a8f7fe540081e565e4357f4eeeacec164 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Thu, 24 Apr 2025 09:24:25 +0800 Subject: [PATCH 1/2] flake.nix: use garnix-executor branch of comin --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 2d69e11..80a2529 100644 --- a/flake.lock +++ b/flake.lock @@ -51,15 +51,16 @@ ] }, "locked": { - "lastModified": 1743710531, - "narHash": "sha256-S9eMrwKmnWlNph9g0gszMp6nF/et/+P4gohN/bPrIwI=", + "lastModified": 1743515958, + "narHash": "sha256-KVRJFopEeIXROx0utbNeDINLGGJ2G2ET41Ccv9A1iow=", "owner": "xinyangli", "repo": "comin", - "rev": "864e94f8c3ead75195575405fff76de5e3b216fe", + "rev": "88e4f7cba2869acb8d738b1e8d15985a094f560f", "type": "github" }, "original": { "owner": "xinyangli", + "ref": "garnix-executor", "repo": "comin", "type": "github" } diff --git a/flake.nix b/flake.nix index f81f61a..40e914f 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ }; comin = { - url = "github:xinyangli/comin"; + url = "github:xinyangli/comin/garnix-executor"; inputs.nixpkgs.follows = "nixpkgs"; }; From 8feeda7ced3f5cf17f2e4ae233a412f62c2edbd9 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Thu, 24 Apr 2025 09:43:46 +0800 Subject: [PATCH 2/2] hm/swaync: styles is added in catppuccin module --- home/xin/calcite.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/xin/calcite.nix b/home/xin/calcite.nix index d5da659..1e0a68c 100644 --- a/home/xin/calcite.nix +++ b/home/xin/calcite.nix @@ -52,11 +52,6 @@ in accent = "peach"; flavor = "mocha"; }; - # Missing from catppuccin module - services.swaync.style = pkgs.fetchurl { - url = "https://github.com/catppuccin/swaync/releases/download/v0.2.3/mocha.css"; - hash = "sha256-Hie/vDt15nGCy4XWERGy1tUIecROw17GOoasT97kIfc="; - }; xdg.enable = true;