Remove deprecated haskellngPackages.
This commit is contained in:
parent
8877362dc4
commit
27c3019a27
@ -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
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
|
||||
|
Loading…
Reference in New Issue
Block a user