Add fractal

This commit is contained in:
Don Harper 2024-04-03 20:41:26 -05:00
parent 0ff839f6b6
commit 6bc5db279b
3 changed files with 8 additions and 2 deletions

View file

@ -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 = {