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