Remove with antipatter and aggregate google-chrome override

This commit is contained in:
Filippo Berto 2023-02-15 10:41:52 +01:00
parent a4b29ec259
commit 93b0ccf178
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
46 changed files with 264 additions and 452 deletions

View file

@ -16,7 +16,7 @@ with lib; {
environment = {
pathsToLink = [ "/share/zsh" ];
systemPackages = with pkgs; [ kakoune tmux vim ];
systemPackages = builtins.attrValues { inherit (pkgs) kakoune tmux vim; };
};
hardware = {
@ -33,12 +33,9 @@ with lib; {
opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
libvdpau-va-gl
vaapiIntel
vaapiVdpau
];
extraPackages = builtins.attrValues {
inherit (pkgs) intel-media-driver libvdpau-va-gl vaapiIntel vaapiVdpau;
};
};
bluetooth.enable = true;
@ -89,7 +86,7 @@ with lib; {
group = "users";
};
blueman.enable = true;
dbus.packages = with pkgs; [ dconf ];
dbus.packages = [ pkgs.dconf ];
fail2ban = {
enable = true;
bantime-increment.enable = true;