mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Refactor nh and just
This commit is contained in:
parent
32dc565a35
commit
f4a6faf1d3
8 changed files with 13 additions and 20 deletions
|
|
@ -52,7 +52,10 @@
|
|||
vimAlias = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
environment.systemPackages = [
|
||||
pkgs.git
|
||||
pkgs.just
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue