boreal: workaround broken nix config
This commit is contained in:
parent
9aaf28b757
commit
d1e7ab17e2
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,8 @@ in
|
|||
};
|
||||
my.displayManager.sddm.enable = true;
|
||||
|
||||
# TODO: remove when https://nixpk.gs/pr-tracker.html?pr=124237 reaches unstable
|
||||
nix.sandboxPaths = [ "/bin/sh=${pkgs.bash}/bin/sh" ];
|
||||
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue