🧹 Moved almost all files to /modules. Moved some code to separate files
This commit is contained in:
8
home-manager/hyprland/swaync/default.nix
Normal file
8
home-manager/hyprland/swaync/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.swaync = {
|
||||
enable = true;
|
||||
style = lib.mkDefault ./mocha.css;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user