forked from fabian/nix_config
modularize gui
This commit is contained in:
parent
61eb9ed8c5
commit
bcd049b8c5
13 changed files with 202 additions and 89 deletions
12
home/modules/gui/fonts.nix
Normal file
12
home/modules/gui/fonts.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
jetbrains-mono
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue