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

@ -1,12 +0,0 @@
#TODO: do i really need to take all these args?
{
config,
lib,
pkgs,
...
}: {
home.packages = with pkgs; [
gruvbox-dark-icons-gtk
libsForQt5.breeze-gtk
];
}