mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 14:54:26 -05:00
auto up 11:49:23 up 0:19, 2 users, load average: 0.09, 0.27, 0.37
This commit is contained in:
@@ -28,5 +28,11 @@
|
||||
size = 4096;
|
||||
}];
|
||||
|
||||
services.xserver.xkb = {
|
||||
layout = "us"; # or "us" or whatever base
|
||||
variant = "neo"; # for Neo2
|
||||
};
|
||||
console.useXkbConfig = true; # to make it apply on TTY too
|
||||
|
||||
system.stateVersion = "24.11"; # Dont change this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user