My personal nix config files. Feel free to import flake.

add bubblegum

+12
+12
flake.nix
··· 193 193 # inputs.rsky.nixosModules.default 194 194 ]; 195 195 }; 196 + bubblegum = nixpkgs.lib.nixosSystem { 197 + specialArgs = inheritSpecialArgs; 198 + system = "x86_64-linux"; 199 + modules = [ 200 + ./hosts/bubblegum.nix 201 + self.nixosModules.default 202 + chaotic.nixosModules.default 203 + home-manager.nixosModules.home-manager 204 + nix-flatpak.nixosModules.nix-flatpak 205 + self.homeManagerConfig 206 + ]; 207 + }; 196 208 jupiter = nixpkgs.lib.nixosSystem { 197 209 specialArgs = inheritSpecialArgs; 198 210 system = "aarch64-linux";