Zellij and some other things
This commit is contained in:
parent
abe737683b
commit
f2689e9de0
5 changed files with 98 additions and 38 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue