fixed hyprsunset
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
services.hyprsunset.enable = true;
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.pkgs = with pkgs; [
|
||||||
|
hyprsunset
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user