From 851e44e4d65a8df88745c08edb29ab1c5be98fcb Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 14 Dec 2025 17:24:57 +0100 Subject: [PATCH] build(flake): removing the home-manager configuration from proxmox --- flake.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/flake.nix b/flake.nix index ae45594..c6fb519 100644 --- a/flake.nix +++ b/flake.nix @@ -88,18 +88,6 @@ system = "x86_64-linux"; modules = [ ./hosts/proxmox/discord-bots/configuration.nix - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.extraSpecialArgs = { - inherit inputs; - system = "x86_64-linux"; - nixvim = inputs.nixvim.packages."x86_64-linux".default; - zen-browser = inputs.zen-browser.packages."x86_64-linux".default; - }; - home-manager.users.raphael = hm-config.homeConfigurations."hm-fix"; - } ]; specialArgs = { inherit inputs;