mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
configs fix & update
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
{
|
||||
# Select internationalisation properties.
|
||||
services.xserver = {
|
||||
layout = "us,ua,ru";
|
||||
xkbOptions = "grp:alt_shift_toggle";
|
||||
xkb.layout = "us,ua,ru";
|
||||
xkb.options = "grp:alt_shift_toggle";
|
||||
};
|
||||
|
||||
i18n.supportedLocales = [
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
# Linux Kernel
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_lqx;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
boot.kernelParams = [
|
||||
"quiet"
|
||||
"fbcon=nodefer"
|
||||
|
Reference in New Issue
Block a user