From 5c183e836d70673f0a52486b18298212bd13ecfc Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:49:21 +0100 Subject: [PATCH] update path --- home-manager/hyprland/hyprland-settings.nix | 4 ++-- modules/package-collections/perf.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home-manager/hyprland/hyprland-settings.nix b/home-manager/hyprland/hyprland-settings.nix index 236f225..b69a847 100644 --- a/home-manager/hyprland/hyprland-settings.nix +++ b/home-manager/hyprland/hyprland-settings.nix @@ -430,8 +430,8 @@ in bind = $mainMod, W, exec, ${wl-paste} | ${answer} "Respond with the correct answer to the following question." | ${wl-copy} && ${dunstify} -t 150 Done ## notes - #bind = $mainMod, 2, exec, cat ~/Nextcloud/test.txt | ${wl-copy} - #bind = $mainMod, 3, exec, cat ~/Nextcloud/test.txt | ${wl-copy} + bind = $mainMod, 2, exec, cat ~/synced/default/vimwiki/fh/master/incident_handling/a.md | ${wl-copy} + bind = $mainMod, 3, exec, cat ~/synced/default/vimwiki/fh/master/incident_handling/pruefung.md | ${wl-copy} #bind = $mainMod, 4, exec, cat ~/Nextcloud/test.txt | ${wl-copy} #bind = $mainMod, 5, exec, cat ~/Nextcloud/test.txt | ${wl-copy} #bind = $mainMod, 6, exec, cat ~/Nextcloud/test.txt | ${wl-copy} diff --git a/modules/package-collections/perf.nix b/modules/package-collections/perf.nix index 38567de..5540ea4 100644 --- a/modules/package-collections/perf.nix +++ b/modules/package-collections/perf.nix @@ -10,6 +10,7 @@ exit 1 fi sudo perf record -F 999 -p $PID -g + sudo chown $USER:$(id -gn $USER) perf.data '') ]; }