build(flake): removing the home-manager configuration from proxmox
This commit is contained in:
parent
4880913115
commit
851e44e4d6
1 changed files with 0 additions and 12 deletions
12
flake.nix
12
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue