Simplify font logic
This commit is contained in:
parent
5259082f76
commit
7a246f4e5e
10 changed files with 25 additions and 38 deletions
|
@ -3,6 +3,5 @@
|
|||
imports = [
|
||||
./border
|
||||
./colors
|
||||
./fonts
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.look.fonts = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
};
|
||||
|
||||
config.look.fonts = {
|
||||
main = "Ubuntu";
|
||||
nerd = "UbuntuMono Nerd Font";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue