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,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.home-manager
|
home-manager
|
||||||
pkgs.neovim
|
neovim
|
||||||
pkgs.pinentry_mac
|
pinentry_mac
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue