From 351d76d05ac4cd67866fa2005ee4501a2b14e6a7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 26 Jan 2026 08:06:19 -0500 Subject: update commits and remove unused modules/inputs --- home/desktops/hyprland/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home/desktops') 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 = { -- cgit v1.2.3-freya