Added: Dolphin

This commit is contained in:
2025-04-02 23:34:58 +02:00
parent 48adc7879c
commit 40565ea61a
7 changed files with 62 additions and 4 deletions

22
home/themes/dark/gtk.nix Normal file
View File

@@ -0,0 +1,22 @@
{ pkgs, ... }:
{
gtk = {
enable = true;
theme = {
package = pkgs.flat-remix-gtk;
name = "Flat-Remix-GTK-Grey-Darkest";
};
iconTheme = {
package = pkgs.gnome.adwaita-icon-theme;
name = "Adwaita";
};
font = {
name = "Sans";
size = 12;
};
};
}