Compare commits

..

No commits in common. "fef6cbb1ef6a0330a1d7e37c5af6a9be52caa4a7" and "aa3e35c1edbaa457c9117ff8c8bfcd1ccdaff4b0" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View File

@ -56,7 +56,6 @@
desktopManager.plasma5.enable = true;
displayManager.startx.enable = true;
layout = "fox,sus";
xkbOptions = "ctrl:nocaps";
extraLayouts.sus = {
description = "Swedish US";
languages = [ "se" ];

View File

@ -78,6 +78,10 @@
time.timeZone = "Europe/Stockholm";
i18n.defaultLocale = "en_GB.UTF-8";
i18n.supportedLocales = [ "sv_SE.UTF-8/UTF-8" "en_GB.UTF-8/UTF-8" ];
console = {
font = "LatGrkCyr-12x22";
keyMap = "us";
};
# [NIX]
nix = {
@ -102,7 +106,6 @@
desktopManager.plasma5.enable = true;
displayManager.startx.enable = true;
layout = "fox,sus";
xkbOptions = "ctrl:nocaps";
extraLayouts.sus = {
description = "Swedish US";
languages = [ "se" ];
@ -124,10 +127,7 @@
};
# [TTY]
console = {
useXkbConfig = true;
font = "LatGrkCyr-12x22";
};
console.useXkbConfig = true;
# [SOUND]
sound.enable = false;