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