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
|
|
@ -16,7 +16,7 @@
|
|||
paths = with pkgs; [
|
||||
termius
|
||||
libglvnd
|
||||
mesa.drivers
|
||||
mesa
|
||||
stdenv.cc.cc.lib
|
||||
];
|
||||
};
|
||||
|
|
@ -32,15 +32,19 @@
|
|||
|
||||
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")
|
||||
]
|
||||
(sloth.concat' sloth.homeDir "/Public")
|
||||
];
|
||||
bind.ro = [
|
||||
"${pkgs.libglvnd}/lib"
|
||||
"${pkgs.mesa.drivers}/lib"
|
||||
"${pkgs.mesa}/lib"
|
||||
"${pkgs.stdenv.cc.cc.lib}/lib"
|
||||
"/etc/passwd"
|
||||
"/etc/group"
|
||||
|
|
@ -52,8 +56,8 @@
|
|||
pipewire = true;
|
||||
};
|
||||
env = {
|
||||
LD_LIBRARY_PATH = "${pkgs.libglvnd}/lib:${pkgs.mesa.drivers}/lib:${pkgs.stdenv.cc.cc.lib}/lib";
|
||||
LIBGL_DRIVERS_PATH = "${pkgs.mesa.drivers}/lib/dri";
|
||||
LD_LIBRARY_PATH = "${pkgs.libglvnd}/lib:${pkgs.mesa}/lib:${pkgs.stdenv.cc.cc.lib}/lib";
|
||||
LIBGL_DRIVERS_PATH = "${pkgs.mesa}/lib/dri";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue