Compare commits

...

2 Commits

Author SHA1 Message Date
Zynh Ludwig a5760ca511 envfs 2024-06-26 01:50:53 -07:00
Zynh Ludwig f8e2fa011b open source bb 2024-06-26 01:47:27 -07:00
2 changed files with 3 additions and 1 deletions

View File

@ -66,6 +66,8 @@
# Enable CUPS to print documents.
services.printing.enable = true;
services.envfs.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;

View File

@ -57,7 +57,7 @@
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
# Only available from driver 515.43.04+
# Currently alpha-quality/buggy, so false is currently the recommended setting.
open = false;
open = true;
# Enable the Nvidia settings menu,
# accessible via `nvidia-settings`.