remove redunancy
This commit is contained in:
parent
7c22b891ab
commit
7315c0796c
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.home-manager
|
||||
pkgs.neovim
|
||||
pkgs.pinentry_mac
|
||||
environment.systemPackages = with pkgs; [
|
||||
home-manager
|
||||
neovim
|
||||
pinentry_mac
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue