some more desktop functionality
This commit is contained in:
11
modules/home-manager/xdg-portals.nix
Normal file
11
modules/home-manager/xdg-portals.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{inputs, pkgs, ...}:
|
||||
{
|
||||
xdg.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user