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, ... }: { pkgs, inputs, ... }:
{ {
imports = [
inputs.catppuccin.nixosModules.catppuccin
];
catppuccin.gtk = {
enable = true;
flavor = "mocha";
variant = "standard";
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
inputs.catppuccin.packages.${pkgs.system}.catppuccin-gtk
papirus-icon-theme papirus-icon-theme
]; ];
@@ -19,7 +10,7 @@
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {
name = "Catppuccin-mocha-standard-blue-dark"; name = "Catppuccin-Mocha-Standard-Blue-Dark";
}; };
iconTheme = { iconTheme = {
name = "Papirus-Dark"; name = "Papirus-Dark";