laying ground work for hyprland and yveltal

This commit is contained in:
2025-10-24 21:40:13 -05:00
parent 7a371f3b1e
commit 2d1d85ddc6
7 changed files with 455 additions and 4 deletions

View File

@@ -62,6 +62,14 @@
inputs.home-manager.nixosModules.default
];
};
yveltal = nixpkgs.lib.nixosSystem {
system = systems.x86_64;
specialArgs = {inherit inputs stable_pkgs unstable_pkgs current_system;};
modules = [
./hosts/nixos/yveltal/configuration.nix
inputs.home-manager.nixosModules.default
];
};
vaniville = nixpkgs.lib.nixosSystem {
system = systems.x86_64;
specialArgs = {inherit inputs stable_pkgs unstable_pkgs;};