mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-28 00:19:11 +00:00
14 lines
285 B
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 = { };
|
||
|
}
|