mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
nix flake update
This commit is contained in:
parent
ce35b5c202
commit
71ad312fd3
2 changed files with 16 additions and 14 deletions
|
|
@ -119,8 +119,10 @@ in
|
|||
};
|
||||
|
||||
# Configure keymap in X11
|
||||
layout = "ch";
|
||||
xkbVariant = "";
|
||||
xkb = {
|
||||
layout = "ch";
|
||||
variant = "";
|
||||
};
|
||||
|
||||
# ndivia drivers
|
||||
videoDrivers = [ "nvidia" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue