diff --git a/flake.nix b/flake.nix index 3eaf4eb..43baf2b 100644 --- a/flake.nix +++ b/flake.nix @@ -185,6 +185,11 @@ }; }); + diskoConfigurations = { + "battleship" = import ./hosts/battleship/disko.nix; + "dreadnought" = import ./hosts/dreadnought/disko.nix; + }; + nixosModules = { neovim = inputs.neovim.nixosModules.default; };