Update FredOS-Macbook.nix

This commit is contained in:
ediblerope 2026-01-10 12:36:28 +00:00 committed by GitHub
parent add532cd69
commit f6c90a6cfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,11 @@
(lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
# ... all your other settings (tlp, boot, firmware) ...
environment.systemPackages = with pkgs; [ tlp ];
environment.systemPackages = with pkgs; [
tlp
vesktop
];
services.tlp.enable = false;
services.power-profiles-daemon.enable = true;