mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add cursor
This commit is contained in:
parent
d72b48750d
commit
86cf85a517
3 changed files with 8 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
# boot.initrd.systemd.enable = true;
|
||||
# boot.kernelParams = [ "quiet" ];
|
||||
boot.loader = {
|
||||
timeout = 0;
|
||||
efi.canTouchEfiVariables = true;
|
||||
grub = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue