replace home grown screenshotting with flameshot
This commit is contained in:
parent
5ce906b628
commit
0f165c54f5
3 changed files with 17 additions and 98 deletions
|
@ -22,6 +22,11 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
extraPortals = with pkgs; [
|
||||
# used for xdg-open and whatnot
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-kde
|
||||
];
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue