chore: flake update + optimizations

This commit is contained in:
2026-03-29 13:33:22 +02:00
parent 45626c5af4
commit 2d4efa5d23
11 changed files with 138 additions and 96 deletions

View File

@@ -1,4 +1,5 @@
{
config,
inputs,
pkgs,
...
@@ -10,7 +11,7 @@
};
gtk = {
enable = true;
gtk4.theme = {
theme = {
name = "Dracula";
package = pkgs.dracula-theme;
};
@@ -18,5 +19,6 @@
name = "Dracula";
package = pkgs.dracula-icon-theme;
};
gtk4.theme = config.gtk.theme;
};
}