fix:remove_nixvim

This commit is contained in:
dichgrem
2025-09-23 20:25:32 +08:00
parent eaa36766ff
commit 367521ac1e
63 changed files with 3 additions and 3580 deletions

View File

@@ -20,21 +20,8 @@
in {
nixosConfigurations = {
"${hostname}" = inputs.nixpkgs.lib.nixosSystem {
specialArgs = { inherit hostname inputs username; };
modules = [
./hosts
inputs.home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.${username} = {
imports = [
./home
inputs.nixvim.homeModules.nixvim
];
};
}
];
modules = [./hosts];
specialArgs = {inherit hostname inputs username;};
};
};
};