Update packages list

This commit is contained in:
Jonas Juselius
2018-10-17 10:07:40 +02:00
parent 26b99bdebd
commit edf0fd41c0

View File

@@ -1,8 +1,5 @@
{ config, pkgs, ... }:
let
nix-home = pkgs.callPackage ./nix-home.nix {};
in
{
{
nixpkgs.config.allowUnfree = true;
environment.systemPackages =
@@ -24,13 +21,13 @@ in
zsh
fish
wget
vimNox
neovim
file
bc
git
python
nix-prefetch-git
nix-home
home-manager
];
k8s = [
ebtables
@@ -40,4 +37,4 @@ in
in
k8s ++
sys;
}
}