mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
fix:remove_nixvim
This commit is contained in:
17
flake.nix
17
flake.nix
@@ -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;};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user