mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
rio: install in Linux
This commit is contained in:
parent
a81bf69220
commit
c62cdbc9a3
2 changed files with 6 additions and 0 deletions
5
modules/home/all/rio.nix
Normal file
5
modules/home/all/rio.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.rio = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -2,5 +2,6 @@
|
|||
imports = [
|
||||
./all/bash.nix
|
||||
./all/vscode-server.nix
|
||||
./all/rio.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue