Compare commits

..

1 Commits

Author SHA1 Message Date
71a6fa6a58 Add alloy, split graphical into PC and laptop 2023-10-28 22:57:45 +02:00
2 changed files with 1 additions and 4 deletions

View File

@ -40,8 +40,6 @@ 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;
@ -52,7 +50,7 @@ esac";
mouse.hide_when_typing = true; mouse.hide_when_typing = true;
font = { font = {
normal.family = "SAX2"; normal.family = "SAX2";
size = font-size; size = 15;
}; };
colors.primary = { colors.primary = {
background = "#282828"; background = "#282828";

View File

@ -19,7 +19,6 @@
}; };
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"];