nix: migrate more packages into the overlay

This commit is contained in:
steveej 2019-01-27 00:26:48 +01:00
parent d38563f4a1
commit 619b19ebc8
5 changed files with 25 additions and 30 deletions

View file

@ -7,25 +7,13 @@ in {
programs.home-manager.enable = true;
programs.home-manager.path = https://github.com/rycee/home-manager/archive/master.tar.gz;
nixpkgs.overlays = [
(import ../../overlay.nix)
];
nixpkgs.config = {
allowBroken = true;
allowUnfree = true;
# TODO: move this to a pkgs overlay
packageOverrides = pkgs: with pkgs; {
busyboxStatic = busybox.override {
enableStatic = true;
extraConfig = ''
CONFIG_STATIC y
CONFIG_INSTALL_APPLET_DONT y
CONFIG_INSTALL_APPLET_SYMLINKS n
'';
};
dropbearStatic = dropbear.override {
enableStatic = true;
};
};
};
home.keyboard = {