calcite: add notification center and kdeconnect
This commit is contained in:
parent
854f450677
commit
f1079f3095
9 changed files with 65 additions and 22 deletions
|
@ -43,8 +43,14 @@ in
|
|||
# Theme
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue