update dzgui

This commit is contained in:
Leonardo Eugênio 2023-05-17 23:51:14 -03:00
parent 9ad6bc4ac3
commit b38dce323a
5 changed files with 30 additions and 31 deletions

View file

@ -7,10 +7,6 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernel.sysctl = {
"vm.max_map_count" = 1048576; # Needed by DayZ
};
zramSwap.enable = true;
programs.adb.enable = true;
@ -104,6 +100,9 @@
# services.getty.autologinUser = "lelgenio";
programs.fish.enable = true;
programs.dzgui.enable = true;
# TODO: enable thunar plugins
# programs.thunar.enable = true;
# programs.thunar.plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];