From 302c5e11b2a170dec56e776ae5436782c6172499 Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 8 Jul 2025 22:23:04 -0500 Subject: [PATCH] fixed hyprsunset --- packages/hyprsunset/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hyprsunset/home.nix b/packages/hyprsunset/home.nix index f227738..c9fe7a4 100644 --- a/packages/hyprsunset/home.nix +++ b/packages/hyprsunset/home.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - home.pkgs = with pkgs; [ + home.packages = with pkgs; [ hyprsunset ]; }