Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
5
modules/home/environment/swaync/default.nix
Normal file
5
modules/home/environment/swaync/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{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