mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
fixup! Add support for controlling the behaviour of document-proxy icons
This commit is contained in:
parent
9f1984bfee
commit
de84d7bab3
1 changed files with 7 additions and 8 deletions
|
@ -52,14 +52,13 @@ with lib;
|
|||
'';
|
||||
};
|
||||
|
||||
#system.defaults.universalaccess.showWindowTitlebarIcons = mkOption {
|
||||
# # Disabled because it requires sudo
|
||||
# # type = types.nullOr types.bool;
|
||||
# default = null;
|
||||
# description = ''
|
||||
# Always show folder icon before title in the title bar
|
||||
# '';
|
||||
#};
|
||||
system.defaults.universalaccess.showWindowTitlebarIcons = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = ''
|
||||
Always show folder icon before title in the title bar
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue