mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-30 19:54:43 +00:00
Fix some typos
This commit is contained in:
parent
e1a3f7292f
commit
99ff0b66ca
5 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@ in {
|
||||||
type = types.nullOr (types.enum [ "Dark" ]);
|
type = types.nullOr (types.enum [ "Dark" ]);
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Set to 'Dark' to enable dark mode, or leave unset for normal mod.
|
Set to 'Dark' to enable dark mode, or leave unset for normal mode.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ in {
|
||||||
type = types.nullOr types.bool;
|
type = types.nullOr types.bool;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to show all file extensions in finder. The default is false.
|
Whether to show all file extensions in Finder. The default is false.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ in {
|
||||||
type = types.nullOr types.bool;
|
type = types.nullOr types.bool;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to hide Dashboard as a Space. The default is false;
|
Whether to hide Dashboard as a Space. The default is false.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ in {
|
||||||
type = types.nullOr types.bool;
|
type = types.nullOr types.bool;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Enable spring loading for all Dock items. The default is false;
|
Enable spring loading for all Dock items. The default is false.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ with lib;
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Text to be shown on the login window. Default "\\U03bb".
|
Text to be shown on the login window. Default is "\\U03bb".
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ with lib;
|
||||||
type = types.nullOr types.bool;
|
type = types.nullOr types.bool;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Disable drop shadow border around screencaptures. The default is false;
|
Disable drop shadow border around screencaptures. The default is false.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,7 +10,7 @@ with lib;
|
||||||
description = ''
|
description = ''
|
||||||
# Apple menu > System Preferences > Mission Control
|
# Apple menu > System Preferences > Mission Control
|
||||||
Displays have separate Spaces (note a logout is required before
|
Displays have separate Spaces (note a logout is required before
|
||||||
this setting will take affect).
|
this setting will take effect).
|
||||||
|
|
||||||
false = each physical display has a separate space (Mac default)
|
false = each physical display has a separate space (Mac default)
|
||||||
true = one space spans across all physical displays
|
true = one space spans across all physical displays
|
||||||
|
|
Loading…
Add table
Reference in a new issue