Compare commits

..

1 commit

Author SHA1 Message Date
14d33ccc2d
flake.nix: use garnix-executor branch of comin 2025-04-24 09:24:25 +08:00
2 changed files with 8 additions and 3 deletions

6
flake.lock generated
View file

@ -51,11 +51,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743515958, "lastModified": 1745457785,
"narHash": "sha256-KVRJFopEeIXROx0utbNeDINLGGJ2G2ET41Ccv9A1iow=", "narHash": "sha256-vXrzTMIIvabddcGNiYz7+2xjXVGotu2hwNnZhmVcSLM=",
"owner": "xinyangli", "owner": "xinyangli",
"repo": "comin", "repo": "comin",
"rev": "88e4f7cba2869acb8d738b1e8d15985a094f560f", "rev": "aeb765d5e18790e8fe9fc1ce772416dcc4247056",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -52,6 +52,11 @@ in
accent = "peach"; accent = "peach";
flavor = "mocha"; 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; xdg.enable = true;