Merge branch 'main' of git.kittycat.homes:tess/nix

This commit is contained in:
tess 2023-01-29 22:24:36 +01:00
commit d2987876ae
1 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,7 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 42;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -94,8 +95,8 @@
# Configure keymap in X11
services.xserver = {
layout = "no";
xkbVariant = "dvorak";
layout = "us";
xkbVariant = "dvp";
xkbOptions = "compose:102,numpad:shift3,kpdl:semi,keypad:atm,caps:shift,lv3:ralt_switch";
};
@ -160,6 +161,7 @@
# streaming / gamign
obs-studio
obs-studio-plugins.obs-source-record
steam
lutris
joycond