latest nix changes
This commit is contained in:
parent
92ead596fd
commit
9a75f9a72e
3
home.nix
3
home.nix
|
@ -28,7 +28,7 @@
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
enableNixDirenvIntegration = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gh = {
|
programs.gh = {
|
||||||
|
@ -211,5 +211,6 @@
|
||||||
pkgs.neofetch
|
pkgs.neofetch
|
||||||
pkgs.adoptopenjdk-openj9-bin-16
|
pkgs.adoptopenjdk-openj9-bin-16
|
||||||
pkgs.vscodium
|
pkgs.vscodium
|
||||||
|
pkgs.nixFlakes
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue