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