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

@ -2,6 +2,7 @@
options.mods.i3.enable = lib.mkEnableOption "enables i3"; options.mods.i3.enable = lib.mkEnableOption "enables i3";
config = lib.mkIf config.mods.i3.enable { config = lib.mkIf config.mods.i3.enable {
services.unclutter.enable = true;
programs.rofi.enable = true; programs.rofi.enable = true;
programs.i3status-rust = { programs.i3status-rust = {

View file

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

View file

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