aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/programs/ghostty.nix.org
blob: 574d67b5a646a2ad2bfadd0eb9caccd91ed93f1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#+title: GhosTTY Configuration

This terminal emulator seems over-hyped, but I'm trying it anyways.
#+begin_src nix
  { config, pkgs, ... }:

  {
    home.file."./.config/ghostty/config".text = ''
    font-family = "SauceCodePro Nerd Font"
    font-thicken = true
    theme = "Unikitty"
    window-decoration = false
    '';
  }
#+end_src