Still GTK looks

This commit is contained in:
2026-03-16 17:01:02 +00:00
parent 6b7b6fae5f
commit f0997da7cb
5 changed files with 469 additions and 414 deletions
+30
View File
@@ -0,0 +1,30 @@
{ pkgs, ...}:
{
environment.systemPackages = with pkgs; [
magnetic-catppuccin-gtk
];
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;
};
};
catppuccin.enable = true;
catppuccin.flavor = "mocha";
catppuccin.accent = "blue";
catppuccin.gtk.icon.enable = true;
catppuccin.cursors.enable = true;
}
+1
View File
@@ -7,5 +7,6 @@
./login-tuigreeter.nix
#./login-lightdm.nix
./fonts.nix
./theme.nix
];
}