All my system configs and packages in one repo

systems/laptop: enable printing

why the fuck is this not on by default

pluie.me 55f8f89d f9b99aef

verified
+10
+9
systems/laptop.nix
··· 49 49 # traditional desktop environment like GNOME or KDE 50 50 udisks2.enable = true; 51 51 52 + upower.enable = true; 53 + 52 54 # Dynamically adjust performance settings based on load 53 55 # instead of power-profile-daemon's rigid profiles 54 56 tlp.enable = true; ··· 68 70 # like DaVinci Resolve), but we enable it no matter what 69 71 jack.enable = true; 70 72 }; 73 + 74 + # Printing 75 + printing = { 76 + enable = true; 77 + browsing = true; 78 + }; 79 + avahi.enable = true; 71 80 }; 72 81 73 82 # Real-time audio software like DAWs are
+1
users/leah/appearance.nix
··· 59 59 manrope 60 60 bitter 61 61 lxgw-neozhisong 62 + nerd-fonts.symbols-only 62 63 ]; 63 64 64 65 fontconfig = {