Add cursor

This commit is contained in:
muon 2024-06-14 16:38:47 +00:00
parent d72b48750d
commit 86cf85a517
3 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,7 @@
# boot.initrd.systemd.enable = true;
# boot.kernelParams = [ "quiet" ];
boot.loader = {
timeout = 0;
efi.canTouchEfiVariables = true;
grub = {
enable = true;

View file

@ -21,6 +21,12 @@ in {
stylix.base16Scheme = cfg.scheme;
stylix.image = cfg.wallpaper;
stylix.cursor = {
name = "phinger-cursors-light";
package = pkgs.phinger-cursors;
size = 16;
};
stylix.fonts = {
monospace = {
package = pkgs.mononoki;