diff --git a/common/nixos.nix b/common/nixos.nix index 1f45d32..e6afdf6 100644 --- a/common/nixos.nix +++ b/common/nixos.nix @@ -26,7 +26,7 @@ in (_: pkgs: { gnome = pkgs.gnome.overrideScope' (_: gnome: { gnome-shell = gnome.gnome-shell.overrideAttrs (gnome-shell: { - patches = gnome-shell.patches ++ [ ../patches/gnome-shell_screenshot-location.patch ]; + patches = gnome-shell.patches ++ [ ../packages/resources/gnome-shell_screenshot-location.patch ]; }); }); }) diff --git a/patches/gnome-shell_screenshot-location.patch b/packages/resources/gnome-shell_screenshot-location.patch similarity index 100% rename from patches/gnome-shell_screenshot-location.patch rename to packages/resources/gnome-shell_screenshot-location.patch