mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developers] enable direnv
This commit is contained in:
parent
4881f5f486
commit
46943b419a
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
system.nixos.tags = [ "developer" ];
|
system.nixos.tags = [ "developer" ];
|
||||||
|
|
||||||
|
programs.direnv.enable = true;
|
||||||
|
programs.direnv.loadInNixShell = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tabnine
|
tabnine
|
||||||
numactl
|
numactl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue