mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 19:22:43 +00:00
feat(zoom-us): managed by nixpak
This commit is contained in:
parent
163fb43412
commit
0e8eae72d1
9 changed files with 150 additions and 32 deletions
|
|
@ -42,20 +42,22 @@
|
|||
|
||||
bubblewrap = {
|
||||
bind.rw = [
|
||||
sloth.xdgDocumentsDir
|
||||
sloth.xdgDownloadDir
|
||||
sloth.xdgMusicDir
|
||||
sloth.xdgVideosDir
|
||||
sloth.xdgPicturesDir
|
||||
[
|
||||
(sloth.concat' sloth.homeDir "/.sandbox/downloads")
|
||||
sloth.xdgDownloadDir
|
||||
]
|
||||
[
|
||||
(sloth.concat' sloth.homeDir "/.sandbox/exchange")
|
||||
(sloth.concat' sloth.homeDir "/Shared")
|
||||
]
|
||||
];
|
||||
bind.ro = [
|
||||
"${pkgs.libx11}/lib"
|
||||
"${pkgs.libxcb}/lib"
|
||||
"${pkgs.krb5.lib}/lib"
|
||||
"${pkgs.stdenv.cc.cc.lib}/lib"
|
||||
# "${pkgs.fcitx5-gtk}/lib"
|
||||
# "${pkgs.kdePackages.fcitx5-qt}/lib"
|
||||
# (sloth.envOr "XAUTHORITY" (sloth.concat' sloth.runtimeDir "/.Xauthority"))
|
||||
(sloth.concat'
|
||||
sloth.xdgPicturesDir "/Screenshots")
|
||||
];
|
||||
sockets = {
|
||||
x11 = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue