parent
d21cfb364a
commit
ecfb093658
1 changed files with 10 additions and 0 deletions
10
modules/tmux/testbeds/tmux.nix
Normal file
10
modules/tmux/testbeds/tmux.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
stylix.testbed.ui.command = {
|
||||
text = lib.getExe pkgs.tmux;
|
||||
useTerminal = true;
|
||||
};
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
programs.tmux.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue