This commit is contained in:
2026-02-11 11:04:59 +01:00
commit 50d930e1ff
31 changed files with 2249 additions and 0 deletions

20
home/default.nix Normal file
View File

@@ -0,0 +1,20 @@
{ primaryUser, inputs, ... }: {
imports = [
./packages.nix
./git.nix
./shell.nix
inputs.nixvim.homeModules.nixvim
./neovim
./python.nix
];
home = {
username = primaryUser;
stateVersion = "25.11";
sessionVariables = {
GROQ_API_KEY = "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";
};
};
}