All my system configs and packages in one repo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

systems/pappardelle: fix config

-7
-7
systems/pappardelle/configuration.nix
··· 12 12 hardware.bluetooth.enable = true; 13 13 networking.hostName = "pappardelle"; 14 14 15 - users.users.leah = { 16 - enable = true; 17 - presets.niri = { 18 - enable = true; 19 - }; 20 - }; 21 - 22 15 boot.kernelParams = [ "intel_idle.max_cstate=9" ]; 23 16 }