Compare commits
No commits in common. "fef6cbb1ef6a0330a1d7e37c5af6a9be52caa4a7" and "aa3e35c1edbaa457c9117ff8c8bfcd1ccdaff4b0" have entirely different histories.
fef6cbb1ef
...
aa3e35c1ed
|
@ -56,7 +56,6 @@
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
layout = "fox,sus";
|
layout = "fox,sus";
|
||||||
xkbOptions = "ctrl:nocaps";
|
|
||||||
extraLayouts.sus = {
|
extraLayouts.sus = {
|
||||||
description = "Swedish US";
|
description = "Swedish US";
|
||||||
languages = [ "se" ];
|
languages = [ "se" ];
|
||||||
|
|
|
@ -78,6 +78,10 @@
|
||||||
time.timeZone = "Europe/Stockholm";
|
time.timeZone = "Europe/Stockholm";
|
||||||
i18n.defaultLocale = "en_GB.UTF-8";
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||||||
i18n.supportedLocales = [ "sv_SE.UTF-8/UTF-8" "en_GB.UTF-8/UTF-8" ];
|
i18n.supportedLocales = [ "sv_SE.UTF-8/UTF-8" "en_GB.UTF-8/UTF-8" ];
|
||||||
|
console = {
|
||||||
|
font = "LatGrkCyr-12x22";
|
||||||
|
keyMap = "us";
|
||||||
|
};
|
||||||
|
|
||||||
# [NIX]
|
# [NIX]
|
||||||
nix = {
|
nix = {
|
||||||
|
@ -102,7 +106,6 @@
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
layout = "fox,sus";
|
layout = "fox,sus";
|
||||||
xkbOptions = "ctrl:nocaps";
|
|
||||||
extraLayouts.sus = {
|
extraLayouts.sus = {
|
||||||
description = "Swedish US";
|
description = "Swedish US";
|
||||||
languages = [ "se" ];
|
languages = [ "se" ];
|
||||||
|
@ -124,10 +127,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# [TTY]
|
# [TTY]
|
||||||
console = {
|
console.useXkbConfig = true;
|
||||||
useXkbConfig = true;
|
|
||||||
font = "LatGrkCyr-12x22";
|
|
||||||
};
|
|
||||||
|
|
||||||
# [SOUND]
|
# [SOUND]
|
||||||
sound.enable = false;
|
sound.enable = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user