1
0
Fork 0
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:
Nicola Tuveri 2024-11-16 17:33:21 +02:00
parent 9f1984bfee
commit de84d7bab3

View file

@ -52,14 +52,13 @@ with lib;
''; '';
}; };
#system.defaults.universalaccess.showWindowTitlebarIcons = mkOption { system.defaults.universalaccess.showWindowTitlebarIcons = mkOption {
# # Disabled because it requires sudo type = types.nullOr types.bool;
# # type = types.nullOr types.bool; default = null;
# default = null; description = ''
# description = '' Always show folder icon before title in the title bar
# Always show folder icon before title in the title bar '';
# ''; };
#};
}; };
} }