Regenerated

This commit is contained in:
2026-04-21 22:20:17 +02:00
parent 449e4826c0
commit 37fdb75bd9
7 changed files with 1238 additions and 398 deletions
@@ -0,0 +1,17 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ config, pkgs, lib, ... }:
{
environment.systemPackages = [ pkgs.swaynotificationcenter ];
home-manager.users.${config.mainUser} = {
services.swaync = {
enable = true;
# Neither settings nor style are managed by Nix.
# Swaync will read both from ~/.config/swaync/ directly:
# ~/.config/swaync/config.json
# ~/.config/swaync/style.css
};
};
}