rose-pine-hyprcursor, fnott修正

This commit is contained in:
2026-01-04 12:18:59 +09:00
parent a3fd436314
commit 2bb37281ac
7 changed files with 72 additions and 38 deletions
+2
View File
@@ -1,3 +1,4 @@
{ pkgs, lib, ... }:
{
programs.uwsm = {
enable = true;
@@ -5,6 +6,7 @@
hyprland = {
prettyName = "Hyprland";
comment = "Hyprland compositor managed by UWSM";
binPath = lib.mkDefault "${pkgs.hyprland}/bin/Hyprland";
};
};
};