This commit is contained in:
blahai 2025-02-13 19:57:05 +02:00
parent 75ae409bb1
commit 721441f85c
No known key found for this signature in database
3 changed files with 69 additions and 34 deletions

View file

@ -23,8 +23,18 @@
grim
slurp
libnotify
result-hyprland-preview-share-picker-git
];
xdg.configFile."hypr/xdph.conf" = {
target = "";
text = ''
screencopy {
custom_picker_binary = ${pkgs.result-hyprland-preview-share-picker-git}/bin/result-hyprland-preview-share-picker
}
'';
};
xdg.portal = {
enable = true;
configPackages = [config.wayland.windowManager.hyprland.package];