mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
f092a92202
Adds a programs.rio module to control Rio installation and configuration, a gpu accelerated terminal Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 lines
135 B
Nix
11 lines
135 B
Nix
_:
|
|
|
|
{
|
|
programs.rio.enable = true;
|
|
|
|
test.stubs.rio = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/rio
|
|
'';
|
|
}
|