Working on GTK

This commit is contained in:
2026-03-16 09:11:35 +00:00
parent e70f57b9c7
commit e363074f21
@@ -1,17 +1,8 @@
{ pkgs, inputs, ... }:
{
imports = [
inputs.catppuccin.nixosModules.catppuccin
];
catppuccin.gtk = {
enable = true;
flavor = "mocha";
variant = "standard";
};
environment.systemPackages = with pkgs; [
inputs.catppuccin.packages.${pkgs.system}.catppuccin-gtk
papirus-icon-theme
];
@@ -19,7 +10,7 @@
gtk = {
enable = true;
theme = {
name = "Catppuccin-mocha-standard-blue-dark";
name = "Catppuccin-Mocha-Standard-Blue-Dark";
};
iconTheme = {
name = "Papirus-Dark";