mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
battery LIFE
This commit is contained in:
parent
4cf0205329
commit
95fa63e7f2
1 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,13 @@
|
|||
};
|
||||
|
||||
services.thermald.enable = true;
|
||||
services.asusd.enable = true;
|
||||
services.supergfxd.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
asusctl
|
||||
supergfxctl
|
||||
];
|
||||
|
||||
|
||||
users.users.emmet.description = "Emmet";
|
||||
home-manager.users.emmet.userSettings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue