some deletions
This commit is contained in:
parent
da16d2af27
commit
514fae59a0
15 changed files with 5 additions and 8 deletions
|
@ -9,7 +9,8 @@ in {
|
|||
options.modules.system.fonts = {
|
||||
# This defines extra fonts to be installed on the system.
|
||||
extraFonts = mkOption {
|
||||
type = nullOr (listOf package);
|
||||
type = listOf package;
|
||||
default = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ in {
|
|||
imports = [
|
||||
./qt.nix
|
||||
./gtk.nix
|
||||
./fonts.nix
|
||||
];
|
||||
|
||||
options.modules.style = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue