Update FredOS-Macbook.nix
This commit is contained in:
parent
add532cd69
commit
f6c90a6cfa
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,11 @@
|
||||||
|
|
||||||
(lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
|
(lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
|
||||||
# ... all your other settings (tlp, boot, firmware) ...
|
# ... all your other settings (tlp, boot, firmware) ...
|
||||||
environment.systemPackages = with pkgs; [ tlp ];
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
tlp
|
||||||
|
vesktop
|
||||||
|
];
|
||||||
services.tlp.enable = false;
|
services.tlp.enable = false;
|
||||||
services.power-profiles-daemon.enable = true;
|
services.power-profiles-daemon.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue