mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
wayland: use river as default
This commit is contained in:
parent
dd997624a9
commit
38d3e744ad
5 changed files with 30 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue