Add fractal
This commit is contained in:
parent
0ff839f6b6
commit
6bc5db279b
3 changed files with 8 additions and 2 deletions
|
|
@ -173,8 +173,10 @@ in
|
|||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
#gtkUsePortal = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
];
|
||||
};
|
||||
|
||||
users.users.don = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue