Update FredOS-Macbook.nix

This commit is contained in:
ediblerope 2025-12-04 13:19:30 +00:00 committed by GitHub
parent a18a49ec80
commit 29b3a4ee55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,10 @@
{
config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
imports = [
../settings/gnome.nix
];
environment.systemPackages = with pkgs; [
# Package names here
];