Compare commits
2 commits
1a7959808a
...
68462fb0a5
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 68462fb0a5 | ||
Evie Litherland-Smith | 4dcf1bc136 |
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal 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"))))
|
|
@ -54,7 +54,7 @@
|
|||
name = "Papirus-Dark";
|
||||
};
|
||||
cursorTheme = {
|
||||
package = pkgs.catppuccin-cursors."${toLower variant}${type}";
|
||||
package = pkgs.catppuccin-cursors."${toLower variant}${inverseType}";
|
||||
name = "Catppuccin-${variant}-${inverseType}-Cursors";
|
||||
size = 32;
|
||||
};
|
||||
|
|
Reference in a new issue