wayland: use river as default

This commit is contained in:
Rouven Seifert 2023-12-17 17:22:51 +01:00
parent dd997624a9
commit 38d3e744ad
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 30 additions and 20 deletions

View file

@ -18,6 +18,14 @@
extraPortals = [
pkgs.xdg-desktop-portal-wlr
];
config = {
common = {
default = [ "wlr" ];
};
"org.freedesktop.impl.portal.Secret" = {
default = [ "gnome-keyring" ];
};
};
};
# wayland keylogger needs setuid
programs.wshowkeys.enable = true;
@ -31,6 +39,7 @@
# Authentication management.
auth sufficient pam_unix.so nullok likeauth try_first_pass
auth sufficient ${pkgs.pam_u2f}/lib/security/pam_u2f.so
auth sufficient ${pkgs.fprintd}/lib/security/pam_fprintd.so
auth required pam_deny.so