mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Disable auto dev-shell loading
This commit is contained in:
parent
94e52b022b
commit
06bf169913
2 changed files with 5 additions and 2 deletions
|
|
@ -52,7 +52,11 @@
|
|||
vimAlias = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
environment.systemPackages = [
|
||||
pkgs.git
|
||||
pkgs.just
|
||||
pkgs.nh
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue