Still GTK looks

This commit is contained in:
2026-03-16 11:44:25 +00:00
parent 2c9a4a7ec2
commit 7f433f4946
5 changed files with 373 additions and 412 deletions
-18
View File
@@ -1,18 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
catppuccin.gtk.mocha.standard.blue
papirus-icon-theme
];
programs.gtk = {
enable = true;
gtk3.enable = true;
theme.name = "Catppuccin-Mocha-Standard-Blue-Dark";
theme.variant = "dark";
iconTheme.name = "Papirus-Dark";
};
# Check session.nix for variables !
}