From 8aef660e0e1908907dfcfc30d3f0eca61669bd62 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:28:19 +0100 Subject: [PATCH] update path --- home-manager/hyprland/hyprland-settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/hyprland/hyprland-settings.nix b/home-manager/hyprland/hyprland-settings.nix index de5076b..236f225 100644 --- a/home-manager/hyprland/hyprland-settings.nix +++ b/home-manager/hyprland/hyprland-settings.nix @@ -404,7 +404,7 @@ in dunstify = "${pkgs.dunst}/bin/dunstify"; dunstctl = "${pkgs.dunst}/bin/dunstctl"; pdfgrep = "${pkgs.pdfgrep}/bin/pdfgrep --cache"; - path = "~/synced/fh/master/ot_fundamentals_and_security/merged"; + path = "~/synced/fh/master/incident_handling/merged"; node = "${pkgs.nodejs}/bin/node"; set-monitor = "~/.config/hypr/monitor-config.js"; answer = "${pkgs.answer}/bin/answer";