some helpers for oren
This commit is contained in:
parent
1487116a9e
commit
5d75299990
3 changed files with 16 additions and 2 deletions
|
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue