mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 16:29:46 +01:00
11 lines
176 B
Nix
11 lines
176 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Enpty file for future imports
|
|
imports = [
|
|
../../modules/common/nix.nix
|
|
#../../modules/macos/ollama.nix
|
|
../../modules/common/direnv.nix
|
|
];
|
|
}
|