latest nix changes

This commit is contained in:
Salar Rahmanian 2021-07-03 16:40:38 -07:00
parent 92ead596fd
commit 9a75f9a72e

View file

@ -28,7 +28,7 @@
programs.direnv = {
enable = true;
enableFishIntegration = true;
enableNixDirenvIntegration = true;
nix-direnv.enable = true;
};
programs.gh = {
@ -211,5 +211,6 @@
pkgs.neofetch
pkgs.adoptopenjdk-openj9-bin-16
pkgs.vscodium
pkgs.nixFlakes
];
}