nixos-config/templates/fds-private-config/configs/flake-parts/default.nix

14 lines
285 B
Nix

{ lib, pkgs, ... }:
{
# Add all of the environment configurations here or split them up into
# individual modules, whichever you prefer.
setups.nixos.configs = { };
setups.home-manager.configs = { };
setups.wrapper-manager.configs = { };
setups.nixvim.configs = { };
}