mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: the font revolution
This commit is contained in:
@@ -16,12 +16,6 @@ let
|
||||
package = mkOption { type = types.package; };
|
||||
};
|
||||
};
|
||||
my-types.font = types.submodule {
|
||||
options = {
|
||||
name = mkOption { type = types.str; };
|
||||
size = mkOption { type = types.ints.positive; };
|
||||
};
|
||||
};
|
||||
|
||||
my-types.colourTheme = types.submodule {
|
||||
options = {
|
||||
@@ -80,8 +74,7 @@ in {
|
||||
};
|
||||
|
||||
fonts = {
|
||||
terminal = mkOption { type = my-types.font; };
|
||||
ui = mkOption { type = my-types.font; };
|
||||
size = mkOption { type = types.int; };
|
||||
};
|
||||
|
||||
user = {
|
||||
|
||||
Reference in New Issue
Block a user