dunst: add testbed (#1781)
Link: https://github.com/nix-community/stylix/pull/1781 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
a6cf775997
commit
d65c5d8300
1 changed files with 11 additions and 0 deletions
11
modules/dunst/testbeds/dunst.nix
Normal file
11
modules/dunst/testbeds/dunst.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
stylix.testbed.ui = {
|
||||
graphicalEnvironment = "hyprland";
|
||||
sendNotifications = true;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
services.dunst.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue