Commit
This commit is contained in:
10
modules/apps/gemini.nix
Normal file
10
modules/apps/gemini.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
lux.gemini = {
|
||||
homeManager = {
|
||||
programs.gemini-cli.enable = true;
|
||||
|
||||
# Needed for extensions
|
||||
programs.npm.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user