add: xdg-portal home-manager module from github:misterio77
This commit is contained in:
parent
e4f7798bca
commit
984ac8264d
3 changed files with 27 additions and 26 deletions
|
|
@ -10,5 +10,5 @@
|
|||
./yt-dlp.nix
|
||||
./playerctl.nix
|
||||
];
|
||||
xdg-portal.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
];
|
||||
|
||||
xdg.mimeApps.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
||||
home.packages = with pkgs; [
|
||||
grim
|
||||
libnotify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue