From 9cd03d09a470007349a019e13c1962d245f70290 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 18 Sep 2024 22:46:42 -0400 Subject: [PATCH] Add Parzival host --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;}; }