diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-21 08:21:06 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-21 08:30:16 -0700 |
| commit | 28b6dbb543ffbd3bfdc90a3b45835d784963175b (patch) | |
| tree | 5b918d96743426a5355884ae3cbc77247abf2b04 /nix/users/profiles/dev.nix | |
| parent | install helpers for docker (diff) | |
| download | infra-28b6dbb543ffbd3bfdc90a3b45835d784963175b.tar.gz | |
make the configuration more specific
Diffstat (limited to 'nix/users/profiles/dev.nix')
| -rw-r--r-- | nix/users/profiles/dev.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nix/users/profiles/dev.nix b/nix/users/profiles/dev.nix index 3e4f77f..0c9a07c 100644 --- a/nix/users/profiles/dev.nix +++ b/nix/users/profiles/dev.nix @@ -35,11 +35,6 @@ uv ]; - programs.direnv = { - enable = true; - nix-direnv.enable = true; - }; - programs.go = { enable = true; goPath = ".local/share/pkg.go"; |
