various things, e.g. add authorized keys

This commit is contained in:
2022-10-01 14:01:15 +02:00
parent 3b96abee0e
commit a1fcb93507
7 changed files with 52 additions and 21 deletions

View File

@@ -16,7 +16,15 @@
{
imports = [ ../../programs/waybar.nix ];
hardware.opengl.enable = true;
hardware.opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD
vaapiIntel
libvdpau-va-gl
libva-utils
];
};
environment = {
loginShellInit = ''

View File

@@ -51,17 +51,15 @@
repeat_delay=250
numlock_by_default=0
force_no_accel=1
sensitivity=1
sensitivity=0
touchpad {
disable_while_typing=1
natural_scroll=0
}
workspace_swipe=1
}
dwindle {
pseudotile=0
}
no_vfr=0
bind=SUPER,Return,exec,${pkgs.alacritty}/bin/alacritty
bind=SUPER,Q,killactive,
bind=SUPER,Escape,exit,