Set up firefox.

This commit is contained in:
Tom Alexander
2024-12-20 17:06:02 -05:00
parent 27060fed8d
commit b314982196
4 changed files with 114 additions and 3 deletions

View File

@@ -237,4 +237,14 @@ in
];
};
};
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
};
}