Revert "cachyos + cleanup"

This reverts commit 66b4931d08.
This commit is contained in:
2025-11-25 19:44:29 -05:00
parent 66b4931d08
commit b218f3aaea
5 changed files with 20 additions and 83 deletions

View File

@@ -61,22 +61,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
jovian = {
jovian-nixos = {
url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "nixpkgs";
};
chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
rust-overlay.follows = "rust-overlay";
jovian.follows = "jovian";
};
};
};
outputs =
@@ -87,8 +75,7 @@
nixos-hardware,
home-manager,
deploy-rs,
jovian,
chaotic,
jovian-nixos,
...
}@inputs:
let
@@ -117,9 +104,7 @@
;
};
modules = [
chaotic.nixosModules.default
home-manager.nixosModules.home-manager
jovian.nixosModules.default
(
{ config, ... }:
{