Zellij and some other things

This commit is contained in:
Schrottkatze 2023-05-14 12:07:54 +02:00
parent abe737683b
commit f2689e9de0
5 changed files with 98 additions and 38 deletions

View file

@ -68,7 +68,7 @@ with builtins;
#};
#security.sudo.extraConfig = "Defaults insults";
boot.kernel.sysctl.vm.max_map_count = 2147483642;
boot.kernel.sysctl."vm.max_map_count" = 2147483642;
hardware.opengl.enable = true;
@ -80,7 +80,8 @@ with builtins;
users.users.jade = {
isNormalUser = true;
extraGroups = [ "wheel" "input" "uinput" "libvirtd" "adbusers" ];
packages = with pkgs; [
packages = [
pkgs.marksman
];
};