latest nix changes
This commit is contained in:
parent
92ead596fd
commit
9a75f9a72e
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue