only enable fonts based on desktop environment
This commit is contained in:
parent
a39c31658f
commit
296cc209bd
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
enable = lib.mkOption {
|
enable = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = config.osbmModules.desktopEnvironment != "none";
|
||||||
description = "Enable custom fonts";
|
description = "Enable custom fonts";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue