add pkg with
This commit is contained in:
parent
fd3b8bba72
commit
5a36e6f6fb
1 changed files with 1 additions and 1 deletions
2
base.nix
2
base.nix
|
@ -12,7 +12,7 @@
|
|||
services.xserver.displayManager.lightdm.enable = true;
|
||||
services.xserver.desktopManager.xfce.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [
|
||||
xdg.portal.extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-xapp
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue