wehhhh
This commit is contained in:
parent
d616cdca1f
commit
b3d97cdc5f
35 changed files with 110 additions and 13 deletions
9
hosts/focalor/default.nix
Normal file → Executable file
9
hosts/focalor/default.nix
Normal file → Executable 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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue