Compare commits

...

2 commits

2 changed files with 5 additions and 1 deletions

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "home-manager switch"))))

View file

@ -54,7 +54,7 @@
name = "Papirus-Dark"; name = "Papirus-Dark";
}; };
cursorTheme = { cursorTheme = {
package = pkgs.catppuccin-cursors."${toLower variant}${type}"; package = pkgs.catppuccin-cursors."${toLower variant}${inverseType}";
name = "Catppuccin-${variant}-${inverseType}-Cursors"; name = "Catppuccin-${variant}-${inverseType}-Cursors";
size = 32; size = 32;
}; };