aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/flake.nix b/flake.nix
index 80407a0..a7c22ef 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,20 +53,6 @@
specialArgs = { inherit inputs; };
modules = [
./hosts/vps/configuration.nix
-
- home-manager.nixosModules.home-manager {
- home-manager.useGlobalPkgs = true;
- home-manager.useUserPackages = true;
- home-manager.extraSpecialArgs = { inherit inputs; };
- home-manager.backupFileExtension = "backup";
- home-manager.users.administrator = import ./hosts/vps/home.nix;
-
- home-manager.sharedModules = [
- inputs.spicetify-nix.homeManagerModules.spicetify
- inputs.nixcord.homeModules.nixcord
- inputs.nvf.homeManagerModules.nvf
- ];
- }
];
};
darwinConfigurations."MacBook-Air" = nix-darwin.lib.darwinSystem {