Auto-commit: 2026-01-05 18:26:35
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
|
{ nixosConfig, lib, ... }:
|
||||||
{
|
{
|
||||||
programs.mangohud = {
|
programs.mangohud = lib.mkIf nixosConfig.my.desktop.gaming.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user