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