mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
auto up 01:53:18 up 0:06, 2 users, load average: 0.90, 0.66, 0.33
This commit is contained in:
@@ -27,10 +27,10 @@
|
|||||||
size = 4096;
|
size = 4096;
|
||||||
}];
|
}];
|
||||||
|
|
||||||
services.xserver.xkb = {
|
|
||||||
layout = "de"; # or "us" or whatever base
|
|
||||||
};
|
|
||||||
console.useXkbConfig = true; # to make it apply on TTY too
|
|
||||||
|
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
# Ignore internal NVMe Windows partition
|
||||||
|
KERNEL=="uinput", MODE="0660", GROUP="uinput", OPTIONS+="static_node=uinput"
|
||||||
|
'';
|
||||||
system.stateVersion = "24.11"; # Dont change this
|
system.stateVersion = "24.11"; # Dont change this
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user