flake: Update nixpkgs-unstable and related
This commit is contained in:
parent
e72b9e4a80
commit
49842b7ee1
4 changed files with 23 additions and 21 deletions
|
|
@ -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" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue