replace home grown screenshotting with flameshot

This commit is contained in:
notgne2 2022-12-12 02:25:54 -07:00
parent 5ce906b628
commit 0f165c54f5
No known key found for this signature in database
3 changed files with 17 additions and 98 deletions

View file

@ -22,6 +22,11 @@ in {
};
};
};
extraPortals = with pkgs; [
# used for xdg-open and whatnot
xdg-desktop-portal-gtk
xdg-desktop-portal-kde
];
};
environment.sessionVariables = {