feat: add swaync, spotify, keyring

This commit is contained in:
Jacob Bachmann 2023-09-19 18:13:53 +02:00
parent 8f1e1ea06e
commit 4879c8321f
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
14 changed files with 561 additions and 4 deletions

View file

@ -0,0 +1,13 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
swaynotificationcenter
libnotify
];
xdg.configFile = {
"swaync/config.json".source = ./config.json;
"swaync/style.css".source = ./style.css;
};
}