From 7d6d4483bfd30fe4a483f739ce8a2244e82dcda5 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 4 Jun 2024 08:02:25 +0200 Subject: [PATCH] [hyprland] feat: added special environment config --- nix/home/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/hyprland/hyprland.nix b/nix/home/hyprland/hyprland.nix index c70c1ff..9aed6bc 100644 --- a/nix/home/hyprland/hyprland.nix +++ b/nix/home/hyprland/hyprland.nix @@ -4,7 +4,7 @@ # include hyprland configs home.file.".config/hypr/hyprland.conf".text = '' - source = ~/.config/hypr/environ,ent.conf + source = ~/.config/hypr/environment.conf source = ~/.config/hypr/executions.conf source = ~/.config/hypr/general.conf source = ~/.config/hypr/graphics.conf