getting zoom clipboard working
This commit is contained in:
parent
00eb03dcd2
commit
fb83354e36
2 changed files with 7 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
/nix/store/i6hjy4gz5akh5x0h5pz34wl1plphdhc8-octofriend-git-6d9c260
|
/nix/store/cmq4skpafnf055fyjmk8qxjhvbxl0xws-octofriend-git-6d9c260
|
||||||
|
|
@ -12,6 +12,11 @@
|
||||||
# calibre
|
# calibre
|
||||||
];
|
];
|
||||||
|
|
||||||
|
#for zoom
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue