This commit is contained in:
waveringana 2025-06-11 01:13:48 -04:00
parent d616cdca1f
commit b3d97cdc5f
35 changed files with 110 additions and 13 deletions

9
hosts/focalor/default.nix Normal file → Executable file
View file

@ -73,4 +73,13 @@
buildGoModule = pkgs.buildGo123Module;
};
};
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
];
};
}