feat(gui): set cursor theme
This commit is contained in:
parent
6a3e683a5f
commit
ac6253460c
1 changed files with 7 additions and 0 deletions
|
@ -28,7 +28,14 @@ in mkIf config.passthrough.gui {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# application menu setup
|
||||||
programs.wofi.enable = true;
|
programs.wofi.enable = true;
|
||||||
programs.wofi.settings.mode = "drun";
|
programs.wofi.settings.mode = "drun";
|
||||||
programs.wofi.settings.allow_images = true;
|
programs.wofi.settings.allow_images = true;
|
||||||
|
|
||||||
|
# cursor theme
|
||||||
|
home.pointerCursor = {
|
||||||
|
package = pkgs.bibata-cursors;
|
||||||
|
name = "Bibata-Modern-Classic";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue