diff --git a/modules/software/software.nix b/modules/software/software.nix index 8230404..a971839 100644 --- a/modules/software/software.nix +++ b/modules/software/software.nix @@ -2,8 +2,6 @@ # also opens the TCP and UDP port from 1714 to 1764 programs.kdeconnect.enable = true; - environment.pathsToLink = ["/share/foot"]; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = let diff --git a/modules/wm_and_de/hyprland.nix b/modules/wm_and_de/hyprland.nix index 3aaac03..d1ba81e 100644 --- a/modules/wm_and_de/hyprland.nix +++ b/modules/wm_and_de/hyprland.nix @@ -44,6 +44,8 @@ style = "kvantum"; }; + environment.pathsToLink = ["/share/foot"]; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [