From 1307c5ee4562f137e00da02698dfcd782afd0836 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 6 Mar 2025 13:33:53 +0800 Subject: [PATCH] chore: removed old unused lines of code --- users/rafiq/modules/hyprland.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/users/rafiq/modules/hyprland.nix b/users/rafiq/modules/hyprland.nix index c48851a..61ddaff 100644 --- a/users/rafiq/modules/hyprland.nix +++ b/users/rafiq/modules/hyprland.nix @@ -68,6 +68,4 @@ ]; }; }; - # xdg.configFile."hypr".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/repos/dotfiles/users/rafiq/.config/hypr"; - # xdg.configFile."hypr/hyprland.conf".enable = false; # Needed so home-manager won't create the config file }