Working on GTK
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user