mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: reduce font size in kitty on laptop
This commit is contained in:
parent
ee303edef3
commit
6155b9062a
1 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports =
|
imports = [
|
||||||
[ ../theming ../home.nix ../programs ../hyprland/laptop ../waybar/laptop ];
|
../theming
|
||||||
|
../home.nix
|
||||||
|
../programs
|
||||||
|
../hyprland/laptop
|
||||||
|
../waybar/laptop
|
||||||
|
];
|
||||||
|
|
||||||
|
# some overrides for laptop specifically
|
||||||
|
programs.kitty.settings.font_size = pkgs.lib.mkForce 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue