Update FredOS-Macbook.nix

This commit is contained in:
ediblerope 2025-12-05 11:01:38 +00:00 committed by GitHub
parent 5ad1c85af6
commit 7c33760d79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") { config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Package names here # Package names here
tlp
]; ];
# Bootloader # Bootloader