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