feat: add a new laptop host (Asus Zenbook 3)

This commit is contained in:
Jay Looney 2025-07-10 08:53:27 -05:00
parent f061c20021
commit cccad986fe
4 changed files with 85 additions and 0 deletions

View file

@ -48,6 +48,10 @@
#extraModules = [ (import ./overlays) ];
extraModules = [ stylix.nixosModules.stylix ];
};
cobalt = mkSystem {
hostname = "cobalt";
users = [ "jml" ];
};
# `nix build .#nixosConfigurations.installIso.config.system.build.isoImage`
# https://github.com/nix-community/nixos-generators
installIso = nixpkgs.lib.nixosSystem {