rio: install in Linux

This commit is contained in:
Sridhar Ratnakumar 2024-10-22 20:30:26 -04:00
parent a81bf69220
commit c62cdbc9a3
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

5
modules/home/all/rio.nix Normal file
View file

@ -0,0 +1,5 @@
{
programs.rio = {
enable = true;
};
}

View file

@ -2,5 +2,6 @@
imports = [
./all/bash.nix
./all/vscode-server.nix
./all/rio.nix
];
}