added rio terminal
This commit is contained in:
parent
a911a95162
commit
76ce0b002f
2 changed files with 15 additions and 1 deletions
10
modules/home-manager/rio.nix
Normal file
10
modules/home-manager/rio.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs,... }:
|
||||
|
||||
{
|
||||
options.speccon18.hm.rio.enable = lib.mkEnableOption "Enable Rio Term";
|
||||
config = lib.mkIf config.speccon18.hm.rio.enable {
|
||||
programs.rio= {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue