add gauntlet

closes #4
This commit is contained in:
cswimr 2024-12-20 12:18:29 -05:00
parent d1bb61dac8
commit b50832b788
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ inputs, ... }:
{
imports = [ inputs.gauntlet.homeManagerModules.default ];
programs.gauntlet = {
enable = true;
service.enable = true;
config = { };
};
}