Disable auto dev-shell loading

This commit is contained in:
SebastianStork 2024-08-07 22:05:52 +02:00
parent 94e52b022b
commit 06bf169913
2 changed files with 5 additions and 2 deletions

View file

@ -52,7 +52,11 @@
vimAlias = true;
};
environment.systemPackages = [ pkgs.git ];
environment.systemPackages = [
pkgs.git
pkgs.just
pkgs.nh
];
nixpkgs.config.allowUnfreePredicate =
pkg: