Still GTK looks

This commit is contained in:
2026-03-16 09:55:54 +00:00
parent 55943b3c1b
commit b6baf481bc
2 changed files with 61 additions and 73 deletions
@@ -1,28 +1,14 @@
{
config,
pkgs,
inputs,
...
}:
{ pkgs, inputs, ... }:
{
imports = [
inputs.catppuccin.nixosModules.catppuccin
environment.systemPackages = with pkgs; [
inputs.catppuccin.gtk.mocha.standard
papirus-icon-theme
];
catppuccin = {
enable = true;
flavor = "mocha";
gtk = {
enable = true;
variant = "standard";
};
};
environment.sessionVariables = {
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
GTK_ICON_THEME = "Papirus-Dark";
GTK_ENABLE_DARK_MODE = "1";
};
}