diff --git a/flake.nix b/flake.nix index 7ece996..5416fc3 100644 --- a/flake.nix +++ b/flake.nix @@ -7,8 +7,6 @@ home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; - nixvim.url = "github:nix-community/nixvim"; - nixvim.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = inputs: let @@ -29,5 +27,5 @@ inputs.home-manager.nixosModules.home-manager ]; }); - in {nixosConfigurations = lib.attrsets.genAttrs [ "Parzival-Mobile" ] ns;}; + in {nixosConfigurations = lib.attrsets.genAttrs [ "Parzival" "Parzival-Mobile" ] ns;}; }