Use nordzy cursor theme

This commit is contained in:
2025-12-09 20:01:58 +01:00
parent 4621f8037e
commit 64c5ba9253
+5
View File
@@ -1,5 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ nordzy-cursor-theme ];
programs.waybar.enable = true;
wayland.windowManager.hyprland =
@@ -28,6 +30,9 @@
xwayland.enable = true;
settings = {
exec-once = [
"hyperctl setcursor Nordzy-cursors 26"
];
monitor = [
",1920x1080@60,0x0,1"
];