add nixos hardware for starlite; enable all firmware; add base home manager for common config; add modproobe for tux wifi; add fooyin as fb2k replacement;

This commit is contained in:
2025-02-12 21:38:18 +00:00
parent 99768f0b4a
commit 8d7bb62014
10 changed files with 96 additions and 104 deletions

View File

@@ -23,6 +23,7 @@
}];
hardware.bluetooth.enable = true;
hardware.enableAllFirmware = true;
# networking.hostName = "nixos"; # Define your hostname.
# Pick only one of the below networking options.
@@ -103,6 +104,9 @@
# Or disable the firewall altogether.
# networking.firewall.enable = false;
# Block list
networking.stevenblack.enable = true;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.