Compare commits
3 Commits
71a6fa6a58
...
d820a596f5
Author | SHA1 | Date | |
---|---|---|---|
d820a596f5 | |||
558812e9e6 | |||
efdb559c2f |
|
@ -40,6 +40,8 @@ case $CHOICE in
|
||||||
;;
|
;;
|
||||||
esac";
|
esac";
|
||||||
|
|
||||||
|
font-size = if pkgs.stdenv.isLinux then 8 else 15;
|
||||||
|
|
||||||
base-cfg = {
|
base-cfg = {
|
||||||
window = {
|
window = {
|
||||||
padding.x = 0;
|
padding.x = 0;
|
||||||
|
@ -50,7 +52,7 @@ esac";
|
||||||
mouse.hide_when_typing = true;
|
mouse.hide_when_typing = true;
|
||||||
font = {
|
font = {
|
||||||
normal.family = "SAX2";
|
normal.family = "SAX2";
|
||||||
size = 15;
|
size = font-size;
|
||||||
};
|
};
|
||||||
colors.primary = {
|
colors.primary = {
|
||||||
background = "#282828";
|
background = "#282828";
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
layout = "fox";
|
layout = "fox";
|
||||||
|
xkbOptions = "caps:escape";
|
||||||
extraLayouts.fox = {
|
extraLayouts.fox = {
|
||||||
description = "Layout suitable to be used by a fox";
|
description = "Layout suitable to be used by a fox";
|
||||||
languages = ["se"];
|
languages = ["se"];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user