avoid warnings
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ inputs, pkgs, ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
imports = [ inputs.catppuccin.homeModules.catppuccin ];
|
imports = [ inputs.catppuccin.homeModules.catppuccin ];
|
||||||
|
|
||||||
@@ -7,26 +7,14 @@
|
|||||||
flavor = "mocha";
|
flavor = "mocha";
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
bat.enable = true; # <- installs Catppuccin-Mocha.tmTheme
|
cursors = {
|
||||||
delta.enable = true; # <- colours delta with your mauve accent
|
|
||||||
waybar.enable = false;
|
|
||||||
rofi.enable = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
gtk = {
|
|
||||||
enable = true;
|
|
||||||
catppuccin = {
|
|
||||||
enable = true;
|
|
||||||
cursor = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
flavor = "mocha";
|
flavor = "mocha";
|
||||||
accent = "mauve";
|
accent = "mauve";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
cursorTheme = {
|
waybar.enable = false;
|
||||||
size = 38;
|
rofi.enable = false;
|
||||||
name = "catppuccin-mocha-mauve-cursors";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user