From 7c5fa5db3189a6b649132e34fb16a78637ca2651 Mon Sep 17 00:00:00 2001 From: Uzair Mohammed Date: Fri, 27 Dec 2024 23:36:01 -0800 Subject: [PATCH] 1: Fixed silly wlsunset import issue in hyprland.nix lol --- home/modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index d908621..ace16a0 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -11,7 +11,7 @@ ./rofi.nix ./cliphist.nix ./wlogout.nix - ./wlsunset + ./wlsunset.nix ]; programs.kitty.enable = true;