rio: add testbed (#1600)
Link: https://github.com/nix-community/stylix/pull/1600 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
606944b168
commit
aca5e11a1f
1 changed files with 18 additions and 0 deletions
18
modules/rio/testbeds/rio.nix
Normal file
18
modules/rio/testbeds/rio.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
package = pkgs.rio;
|
||||
in
|
||||
{
|
||||
stylix.testbed.ui.application = {
|
||||
name = "rio";
|
||||
inherit package;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
programs.rio = {
|
||||
enable = true;
|
||||
inherit package;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue