Nix configuration for various systems

storm: enable bluetooth and pipewire

kxt.pet f05f55d5 c27e5d83

verified
Changed files
+6 -1
hosts
storm
+6 -1
hosts/storm/default.nix
··· 1 1 { ... }: 2 2 { 3 - sky = { }; 3 + sky = { 4 + hardware = { 5 + bluetooth.enable = true; 6 + sound.enable = true; 7 + }; 8 + }; 4 9 5 10 # for now we'll just do boot loader options in the host config 6 11 # i feel more comfortable doing this for now, i might change it later, who knows