mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 19:14:03 -06:00
Update configuration.nix
This commit is contained in:
parent
e1916c7304
commit
e04ae25b8f
1 changed files with 4 additions and 1 deletions
|
@ -35,9 +35,12 @@
|
||||||
console = {
|
console = {
|
||||||
font = "Lat2-Terminus16";
|
font = "Lat2-Terminus16";
|
||||||
keyMap = "us";
|
keyMap = "us";
|
||||||
defaultLocale = "en_US.UTF-8";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i18n = {
|
||||||
|
defaultLocale = "en_US.UTF-8";
|
||||||
|
}
|
||||||
|
|
||||||
# nVidia driver
|
# nVidia driver
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue