some helpers for oren

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-03 16:01:08 -05:00
parent 1487116a9e
commit 5d75299990
3 changed files with 16 additions and 2 deletions

View file

@ -3,4 +3,15 @@
}:
{
system.stateVersion = "24.11"; # Did you read the comment?
networking.networkmanager.enable = true;
environment.shellAliases = {
wifi = "nmtui";
};
boot.kernelModules = [
"rtl8192ce"
"rtl8192c_common"
"rtlwifi"
"mac80211"
];
}