restructure home manager

This commit is contained in:
2025-10-15 20:48:38 -05:00
parent cc23884880
commit 9fabb9143e
7 changed files with 845 additions and 27 deletions

View File

@@ -25,6 +25,10 @@
url = "github:notthebee/AutoASPM";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
copyparty.url = "github:9001/copyparty";
};
outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs:
@@ -44,8 +48,6 @@
specialArgs = { inherit inputs stable_pkgs unstable_pkgs; };
modules = [
./hosts/snowbelle/configuration.nix
inputs.home-manager.nixosModules.default
inputs.vpn-confinement.nixosModules.default
];
};
vaniville = nixpkgs.lib.nixosSystem {