mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
homeManagerModules: updates defaultApps option description
This commit is contained in:
parent
45f2a3ba41
commit
56e4a8f9b8
|
@ -37,7 +37,7 @@
|
||||||
};
|
};
|
||||||
defaultApps = {
|
defaultApps = {
|
||||||
enable =
|
enable =
|
||||||
lib.mkEnableOption "GTK and Qt themes.";
|
lib.mkEnableOption "Set default apps and file associations.";
|
||||||
webBrowser = {
|
webBrowser = {
|
||||||
exe = lib.mkOption {
|
exe = lib.mkOption {
|
||||||
description = "Default web browser executable name.";
|
description = "Default web browser executable name.";
|
||||||
|
|
Loading…
Reference in a new issue