mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Add Parzival host
This commit is contained in:
parent
ebec67091c
commit
9cd03d09a4
1 changed files with 1 additions and 3 deletions
|
|
@ -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;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue