flake: Update nixpkgs-unstable and related

This commit is contained in:
Alexander Kobjolke 2024-03-11 23:32:32 +01:00
parent e72b9e4a80
commit 49842b7ee1
4 changed files with 23 additions and 21 deletions

View file

@ -8,9 +8,10 @@
xserver = {
enable = true;
layout = "us";
xkbOptions = "terminate:ctrl_alt_bksp,caps:escape,compose:ralt";
xkb = {
options = "terminate:ctrl_alt_bksp,caps:escape,compose:ralt";
layout = "us";
};
videoDrivers = [ "nvidia" ]; # "modesetting" ];