summaryrefslogtreecommitdiff
path: root/hosts/gheshki/home.nix
blob: cb5e76dcfe3b0b651cc8ede57b1a123f3a5ffb5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ config
, pkgs
, unstablePkgs
, unfreePkgs
, unstableUnfreePkgs
, userOptions
, lib
, ...
}:
{
  imports = [
    ../../modules/base.nix
  ];

  programs.alacritty.settings.font.size = lib.mkForce 8;
}