Compare commits

...

2 commits

3 changed files with 5 additions and 9 deletions

7
flake.lock generated
View file

@ -51,15 +51,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743710531, "lastModified": 1743515958,
"narHash": "sha256-S9eMrwKmnWlNph9g0gszMp6nF/et/+P4gohN/bPrIwI=", "narHash": "sha256-KVRJFopEeIXROx0utbNeDINLGGJ2G2ET41Ccv9A1iow=",
"owner": "xinyangli", "owner": "xinyangli",
"repo": "comin", "repo": "comin",
"rev": "864e94f8c3ead75195575405fff76de5e3b216fe", "rev": "88e4f7cba2869acb8d738b1e8d15985a094f560f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "xinyangli", "owner": "xinyangli",
"ref": "garnix-executor",
"repo": "comin", "repo": "comin",
"type": "github" "type": "github"
} }

View file

@ -58,7 +58,7 @@
}; };
comin = { comin = {
url = "github:xinyangli/comin"; url = "github:xinyangli/comin/garnix-executor";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -52,11 +52,6 @@ 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;