fix wifi?

This commit is contained in:
Elias Gasparis 2025-11-19 08:34:27 +08:00
commit f5138fb235
8 changed files with 140 additions and 15 deletions

View file

@ -7,14 +7,11 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./mods/base.nix
# ./mods/gnome.nix
# ./mods/fonts.nix
# ./mods/systemd.nix
# ./mods/intel-gpu.nix
];
# Hostname
networking.hostName = "macbook"; # Define your hostname.
networking.enableB43Firmware = true;
# Enable the Flakes feature and the accompanying new nix command-line tool
nix.settings.experimental-features = [ "nix-command" "flakes" ];