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