Compare commits
2 Commits
aa3e35c1ed
...
fef6cbb1ef
Author | SHA1 | Date | |
---|---|---|---|
fef6cbb1ef | |||
3df03e9835 |
|
@ -56,6 +56,7 @@
|
|||
desktopManager.plasma5.enable = true;
|
||||
displayManager.startx.enable = true;
|
||||
layout = "fox,sus";
|
||||
xkbOptions = "ctrl:nocaps";
|
||||
extraLayouts.sus = {
|
||||
description = "Swedish US";
|
||||
languages = [ "se" ];
|
||||
|
|
|
@ -78,10 +78,6 @@
|
|||
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 = {
|
||||
|
@ -106,6 +102,7 @@
|
|||
desktopManager.plasma5.enable = true;
|
||||
displayManager.startx.enable = true;
|
||||
layout = "fox,sus";
|
||||
xkbOptions = "ctrl:nocaps";
|
||||
extraLayouts.sus = {
|
||||
description = "Swedish US";
|
||||
languages = [ "se" ];
|
||||
|
@ -127,7 +124,10 @@
|
|||
};
|
||||
|
||||
# [TTY]
|
||||
console.useXkbConfig = true;
|
||||
console = {
|
||||
useXkbConfig = true;
|
||||
font = "LatGrkCyr-12x22";
|
||||
};
|
||||
|
||||
# [SOUND]
|
||||
sound.enable = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user