update dzgui
This commit is contained in:
parent
9ad6bc4ac3
commit
b38dce323a
5 changed files with 30 additions and 31 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue