modularize gui

This commit is contained in:
Fabian Montero 2024-11-28 18:11:35 -06:00
parent 61eb9ed8c5
commit bcd049b8c5
13 changed files with 202 additions and 89 deletions

View file

@ -0,0 +1,12 @@
{
config,
lib,
pkgs,
...
}: {
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
jetbrains-mono
];
}