Squash merge refactor into main
This commit is contained in:
parent
529c9e5fa7
commit
b82cd59f4f
35 changed files with 498 additions and 358 deletions
|
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
settings,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cursorName = "catppuccin-macchiato-lavender-cursors";
|
||||
themeName = "catppuccin-macchiato-lavender-compact";
|
||||
cursorSize = settings.hyprland.xcursor-size;
|
||||
in
|
||||
{
|
||||
gtk = {
|
||||
|
|
@ -15,7 +13,6 @@ in
|
|||
cursorTheme = {
|
||||
name = cursorName;
|
||||
package = pkgs.catppuccin-cursors.macchiatoLavender;
|
||||
size = cursorSize;
|
||||
};
|
||||
|
||||
theme = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue