1

Hyprland: Use HM module for config instead of generating own files

This commit is contained in:
2024-10-12 21:42:21 +02:00
parent 675c94dede
commit eaf1f39923
4 changed files with 298 additions and 336 deletions

View File

@ -89,6 +89,12 @@ with mylib.modules; {
'';
};
transparent-opacity = mkOption {
type = types.str;
description = "The opacity transparent windows should have.";
example = "0.8";
};
floating = mkOption {
type = types.listOf types.attrs;
description = "What programs are floating down here?";