fixed hyprsunset

This commit is contained in:
kenji
2025-07-08 22:22:02 -05:00
parent 673d824c26
commit 757d9e523d
3 changed files with 7 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.pkgs = with pkgs; [
hyprsunset
];
}