mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
12 lines
136 B
Nix
12 lines
136 B
Nix
{
|
|
programs = {
|
|
rsi-launcher = {
|
|
enable = true;
|
|
|
|
preCommands = ''
|
|
export MANGO_HUD=1;
|
|
'';
|
|
};
|
|
};
|
|
}
|