Commit for generation 220
This commit is contained in:
7
glasshouse-desktop/home/swaync/swaync.nix
Normal file
7
glasshouse-desktop/home/swaync/swaync.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = (with pkgs; [ swaynotificationcenter ]);
|
||||
xdg.configFile."swaync/style.css".source = ./style.css;
|
||||
xdg.configFile."swaync/config.json".source = ./config.json;
|
||||
}
|
||||
Reference in New Issue
Block a user