diff options
| author | seth <[email protected]> | 2024-07-06 18:02:44 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-09 15:38:51 -0400 |
| commit | 1143e31f70355576cfc2f7b3063a9302b6f9de71 (patch) | |
| tree | 9db610909630b7216353975024dd900a51997c76 /users/seth/programs/mangohud.nix | |
| parent | a9e4478903a00c279bd09bab76c224c476f3f2fa (diff) | |
seth: better document options
Diffstat (limited to 'users/seth/programs/mangohud.nix')
| -rw-r--r-- | users/seth/programs/mangohud.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/seth/programs/mangohud.nix b/users/seth/programs/mangohud.nix index 1668932..eecb780 100644 --- a/users/seth/programs/mangohud.nix +++ b/users/seth/programs/mangohud.nix @@ -6,6 +6,7 @@ in options.seth.programs.mangohud = { enable = lib.mkEnableOption "MangoHud configuration" // { default = config.seth.desktop.enable; + defaultText = lib.literalExpression "config.seth.desktop.enable"; }; }; |
