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

14 lines
285 B
Nix
Raw Normal View History

2025-04-09 13:53:27 +00:00
{ 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 = { };
}