Remove deprecated haskellngPackages.

This commit is contained in:
Gabriel Ebner 2015-09-01 14:16:20 +02:00
parent 8877362dc4
commit 27c3019a27
4 changed files with 6 additions and 2 deletions

@ -162,6 +162,8 @@
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
shell = "${pkgs.zsh}/bin/zsh";
password = if config.virtualisation != null then "" else null;
};
system.fsPackages = [ pkgs.ntfs3g ];

@ -32,4 +32,6 @@
services.xserver.vaapiDrivers = [ pkgs.vaapiIntel ];
nixpkgs.config.mpv.vaapiSupport = true;
}

@ -4,7 +4,7 @@
programs.ibus.enable = true;
programs.ibus.plugins = [ pkgs.ibus-anthy pkgs.mozc ];
environment.systemPackages = with pkgs; with haskellngPackages; [
environment.systemPackages = with pkgs; [
xlibs.xwininfo # for gnome maximus extension
unzip
gnome3.libgweather

2
i3.nix

@ -4,7 +4,7 @@
programs.ibus.enable = true;
programs.ibus.plugins = [ pkgs.ibus-anthy pkgs.mozc ];
environment.systemPackages = with pkgs; with haskellngPackages; with gnome3; [
environment.systemPackages = with pkgs; with gnome3; [
i3
i3status
rofi