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
+2 -1
View File
@@ -7,8 +7,9 @@
../../packages/hyprland/home.nix ../../packages/hyprland/home.nix
../../packages/hyprlock/home.nix ../../packages/hyprlock/home.nix
../../packages/hypridle/home.nix ../../packages/hypridle/home.nix
../../packages/hyprsunset/home.nix
../../packages/rofi/home.nix ../../packages/rofi/home.nix
../../packages/quickshell/home.nix # ../../packages/quickshell/home.nix
../../packages/mangohud/home.nix ../../packages/mangohud/home.nix
-3
View File
@@ -1,3 +0,0 @@
{
services.hyprsunset.enable = true;
}
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.pkgs = with pkgs; [
hyprsunset
];
}