fixed hyprsunset

This commit is contained in:
kenji
2025-07-08 22:23:04 -05:00
parent 757d9e523d
commit 302c5e11b2
+1 -1
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: {
home.pkgs = with pkgs; [
home.packages = with pkgs; [
hyprsunset
];
}