mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
thinkpad: wayland and bluetooth fixes
This commit is contained in:
parent
758c58f5c2
commit
6cb6667093
6 changed files with 22 additions and 12 deletions
|
@ -18,11 +18,15 @@
|
|||
enable = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
config = {
|
||||
common = {
|
||||
default = [ "wlr" ];
|
||||
};
|
||||
"org.freedesktop.impl.portal.FileChooser" = {
|
||||
default = [ "gtk" ];
|
||||
};
|
||||
"org.freedesktop.impl.portal.Secret" = {
|
||||
default = [ "gnome-keyring" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue