chore: fix typos; build niri less eagerly

This commit is contained in:
Leon Schwarzäugl 2025-11-13 23:40:41 +01:00
parent 910fef4914
commit f950ea97be
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 232 additions and 210 deletions

View file

@ -26,7 +26,7 @@
lowBattery = lib.mkDefault false;
network = lib.mkDefault true;
networkDevices = lib.mkDefault true;
niri = lib.mkDefault true;
niri = lib.mkDefault false;
nix-ld = lib.mkDefault true;
nvd = lib.mkDefault true;
packages = lib.mkDefault true;