summaryrefslogtreecommitdiff
path: root/home/desktops
diff options
context:
space:
mode:
Diffstat (limited to 'home/desktops')
-rw-r--r--home/desktops/hyprland/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/home/desktops/hyprland/default.nix b/home/desktops/hyprland/default.nix
index acb1529..913ca57 100644
--- a/home/desktops/hyprland/default.nix
+++ b/home/desktops/hyprland/default.nix
@@ -3,6 +3,7 @@
config,
lib,
system,
+ pkgs,
...
}: let
inherit (lib) mkIf;
@@ -18,8 +19,8 @@ in {
];
config = mkIf cfg.enable {
- home.packages = [
- inputs.rose-pine-hyprcursor.packages.${system}.default
+ home.packages = with pkgs; [
+ rose-pine-hyprcursor
];
wayland.windowManager.hyprland = {