From 8dd0ae25f8b40c7fd64bbd574318cc4749c2289c Mon Sep 17 00:00:00 2001 From: Franek Date: Sat, 12 Apr 2025 17:10:27 +0200 Subject: [PATCH] exclude hyprland.conf from Git repo (handled by HM module) --- .gitignore | 1 + hyprland.conf | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitignore delete mode 120000 hyprland.conf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66e0378 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +hyprland.conf diff --git a/hyprland.conf b/hyprland.conf deleted file mode 120000 index 5ecc9ab..0000000 --- a/hyprland.conf +++ /dev/null @@ -1 +0,0 @@ -/nix/store/12y9lzd0yn89nhgv7grvjg1zn9fjyxqs-home-manager-files/.config/hypr/hyprland.conf \ No newline at end of file