packages: use new nixpak features
This commit is contained in:
parent
ac57dea856
commit
4b4ab387e9
2 changed files with 5 additions and 9 deletions
|
@ -21,20 +21,17 @@ in
|
||||||
fonts.enable = true;
|
fonts.enable = true;
|
||||||
locale.enable = true;
|
locale.enable = true;
|
||||||
bubblewrap = {
|
bubblewrap = {
|
||||||
|
sockets = {
|
||||||
|
wayland = true;
|
||||||
|
pulse = true;
|
||||||
|
};
|
||||||
network = lib.mkDefault false;
|
network = lib.mkDefault false;
|
||||||
bind.rw = [
|
bind.rw = [
|
||||||
(sloth.concat' sloth.xdgCacheHome "/fontconfig")
|
(sloth.concat' sloth.xdgCacheHome "/fontconfig")
|
||||||
(sloth.concat' sloth.xdgCacheHome "/mesa_shader_cache")
|
(sloth.concat' sloth.xdgCacheHome "/mesa_shader_cache")
|
||||||
|
|
||||||
(sloth.concat [
|
|
||||||
(sloth.env "XDG_RUNTIME_DIR")
|
|
||||||
"/"
|
|
||||||
(sloth.env "WAYLAND_DISPLAY")
|
|
||||||
])
|
|
||||||
|
|
||||||
(envSuffix "XDG_RUNTIME_DIR" "/at-spi/bus")
|
(envSuffix "XDG_RUNTIME_DIR" "/at-spi/bus")
|
||||||
(envSuffix "XDG_RUNTIME_DIR" "/gvfsd")
|
(envSuffix "XDG_RUNTIME_DIR" "/gvfsd")
|
||||||
(envSuffix "XDG_RUNTIME_DIR" "/pulse")
|
|
||||||
(envSuffix "XDG_RUNTIME_DIR" "/doc")
|
(envSuffix "XDG_RUNTIME_DIR" "/doc")
|
||||||
(envSuffix "XDG_RUNTIME_DIR" "/dconf")
|
(envSuffix "XDG_RUNTIME_DIR" "/dconf")
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
etc.sslCertificates.enable = true;
|
etc.sslCertificates.enable = true;
|
||||||
bubblewrap = {
|
bubblewrap = {
|
||||||
bind.ro = [ "/etc/resolv.conf" ];
|
|
||||||
network = true;
|
network = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue