Still GTK looks

This commit is contained in:
2026-03-16 17:13:25 +00:00
parent e4339e2888
commit cc10297ac9
3 changed files with 402 additions and 386 deletions
+378 -385
View File
File diff suppressed because it is too large Load Diff
+23
View File
@@ -0,0 +1,23 @@
{ pkgs, user, ... }:
{
home-manager.users.${user.username} = {
gtk = {
enable = true;
theme = {
name = "Catppuccin-Mocha-Standard-Blue-Dark";
package = pkgs.magnetic-catppuccin-gtk;
};
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
};
};
}
+1 -1
View File
@@ -7,6 +7,6 @@
./login-tuigreeter.nix
#./login-lightdm.nix
./fonts.nix
./theme.nix
./gtk.nix
];
}