added preview share picker as a quality of life change

This commit is contained in:
2026-09-08 18:33:43 +02:00
parent 1fae65119b
commit 8ec044438d
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-screenshare-picker.url = "path:/home/quirinecker/Downloads/hyprland-preview-share-picker";
};
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);