calcite: add notification center and kdeconnect

This commit is contained in:
xinyangli 2024-11-14 15:48:11 +08:00
parent 854f450677
commit f1079f3095
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
9 changed files with 65 additions and 22 deletions

View file

@ -50,4 +50,9 @@
enable = true;
package = pkgs.wireshark-qt;
};
programs.kdeconnect = {
enable = true;
package = pkgs.valent;
};
}