Use nordzy cursor theme
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [ nordzy-cursor-theme ];
|
||||||
|
|
||||||
programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
|
|
||||||
wayland.windowManager.hyprland =
|
wayland.windowManager.hyprland =
|
||||||
@@ -28,6 +30,9 @@
|
|||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
exec-once = [
|
||||||
|
"hyperctl setcursor Nordzy-cursors 26"
|
||||||
|
];
|
||||||
monitor = [
|
monitor = [
|
||||||
",1920x1080@60,0x0,1"
|
",1920x1080@60,0x0,1"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user