Updates to config following flake.lock update

This commit is contained in:
Random936
2026-04-25 10:33:01 -04:00
parent 76e69f0bc8
commit 9ec14ce9fa
3 changed files with 8 additions and 5 deletions

View File

@@ -35,12 +35,15 @@
};
};
gtk = {
enable = true;
gtk = let
theme = {
name = "Materia-dark";
package = pkgs.materia-theme;
};
in {
enable = true;
inherit theme;
gtk4.theme = theme;
};
xdg.mimeApps = {