oren use nwe sway
This commit is contained in:
parent
65d35fb3ec
commit
d693273dd8
4 changed files with 31 additions and 43 deletions
|
|
@ -1,12 +1,22 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
system.stateVersion = "24.11"; # Did you read the comment?
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# [Laptop] Battery status
|
||||
acpi
|
||||
bluez # bluetoothctl command
|
||||
];
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
environment.shellAliases = {
|
||||
wifi = "nmtui";
|
||||
battery = "acpi";
|
||||
};
|
||||
boot.kernelModules = [
|
||||
"rtl8192ce"
|
||||
|
|
@ -14,4 +24,6 @@
|
|||
"rtlwifi"
|
||||
"mac80211"
|
||||
];
|
||||
|
||||
services.tlp.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue