some deletions

This commit is contained in:
Charlie Root 2024-08-20 20:26:01 +02:00
commit 514fae59a0
15 changed files with 5 additions and 8 deletions

View file

@ -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 = [];
};
};
}

View file

@ -9,6 +9,7 @@ in {
imports = [
./qt.nix
./gtk.nix
./fonts.nix
];
options.modules.style = {