mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-26 09:29:48 +02:00
fix: wayland - xdgOpenUsePortal
This commit is contained in:
@@ -30,14 +30,6 @@ in {
|
||||
####################################################################
|
||||
# NixOS's Configuration for Wayland based Window Manager
|
||||
####################################################################
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver.enable = false; # disable xorg server
|
||||
# https://wiki.archlinux.org/title/Greetd
|
||||
|
||||
Reference in New Issue
Block a user