Working on GTK
This commit is contained in:
@@ -5,11 +5,10 @@
|
|||||||
inputs.catppuccin.nixosModules.catppuccin
|
inputs.catppuccin.nixosModules.catppuccin
|
||||||
];
|
];
|
||||||
|
|
||||||
catppuccin = {
|
catppuccin.gtk = {
|
||||||
gtk.enable = true;
|
enable = true;
|
||||||
gtk.flavor = "mocha";
|
flavor = "mocha";
|
||||||
gtk.style = "standard";
|
variant = "standard";
|
||||||
gtk.color = "blue";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@@ -20,7 +19,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