Improve code structure
This commit is contained in:
parent
dc645c1daf
commit
14ec90d5b4
3 changed files with 2 additions and 2 deletions
5
modules/home/swaync/default.nix
Normal file
5
modules/home/swaync/default.nix
Normal 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;
|
||||
}
|
||||
Reference in a new issue