feat: change notification daemon
use sway notification center (much more modern)
This commit is contained in:
parent
b60c28d972
commit
b6d7635ce0
3 changed files with 20 additions and 1 deletions
9
home-manager/stvnliu/services/default.nix
Normal file
9
home-manager/stvnliu/services/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./swaync.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue