flake/home-manager/gauntlet.nix

10 lines
174 B
Nix
Raw Normal View History

2024-12-20 12:18:29 -05:00
{ inputs, ... }:
{
imports = [ inputs.gauntlet.homeManagerModules.default ];
programs.gauntlet = {
enable = true;
service.enable = true;
config = { };
};
}