Improve code structure

This commit is contained in:
Pedro Rey Anca 2025-02-17 11:01:18 +01:00
parent dc645c1daf
commit 14ec90d5b4
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
3 changed files with 2 additions and 2 deletions

View file

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