successful integration of jovian

This commit is contained in:
kenji
2025-07-18 12:37:19 -05:00
parent f18f33c9c3
commit 59656b7dc8
5 changed files with 73 additions and 18 deletions
+5 -7
View File
@@ -11,6 +11,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
jovian = {
url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
@@ -80,13 +85,6 @@
./hosts/hakase/configuration.nix
];
};
steamos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = mkArgs "x86_64-linux";
modules = [
./hosts/steamos/configuration.nix
];
};
};
homeConfigurations = {