10 lines
110 B
Nix
10 lines
110 B
Nix
{
|
|
programs = {
|
|
ranger = {
|
|
enable = true;
|
|
};
|
|
pistol = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|