This commit is contained in:
Gene Liverman 2025-01-11 15:24:37 -05:00
parent 4a53840cbf
commit 0b5ff57d67

View file

@ -19,11 +19,14 @@
wlr-randr wlr-randr
]; ];
hardware.enableRedistributableFirmware = true; hardware = {
hardware.graphics.enable = true; enableRedistributableFirmware = true;
hardware.raspberry-pi."4".fkms-3d.enable = true; graphics.enable = true;
raspberry-pi."4".fkms-3d.enable = true;
};
networking.wireless = { networking = {
wireless = {
enable = true; enable = true;
networks = { networks = {
# Home # Home
@ -34,6 +37,7 @@
}; };
secretsFile = "${config.sops.secrets.wifi_creds.path}"; secretsFile = "${config.sops.secrets.wifi_creds.path}";
}; };
};
nixpkgs.overlays = [ nixpkgs.overlays = [
(final: super: { (final: super: {