diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index 97170f7..a5eb032 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -3,6 +3,10 @@ { config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") { + imports = [ + ../settings/gnome.nix + ]; + environment.systemPackages = with pkgs; [ # Package names here ];