feat: resolve nix-darwin changes

This commit is contained in:
Kat Inskip 2022-09-29 07:35:23 -07:00
parent 4b986433a3
commit 2bf645b787
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 185 additions and 73 deletions

View file

@ -2,7 +2,7 @@
{
home.packages = with pkgs; [
gitAndTools.gitRemoteGcrypt
gitAndTools.git-remote-gcrypt
git-crypt
git-revise
];

View file

@ -8,6 +8,7 @@
xdg.configFile."wezterm/wezterm.lua".text = ''
local wezterm = require 'wezterm'
return {
check_for_updates = true,
enable_tab_bar = true,
font = wezterm.font "${config.kw.theme.font.termName}",
font_size = ${toString config.kw.theme.font.size},