nixos-config/home-manager/stvnliu/services/default.nix
Zhongheng Liu b6d7635ce0
feat: change notification daemon
use sway notification center (much more modern)
2024-12-17 00:52:03 +02:00

9 lines
69 B
Nix

{
pkgs,
config,
...
}: {
imports = [
./swaync.nix
];
}