dotfiles/hosts/oren/configuration.nix
RingOfStorms (Joshua Bell) 5d75299990 some helpers for oren
2025-09-03 16:01:08 -05:00

17 lines
273 B
Nix

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