mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
feat: resolve nix-darwin changes
This commit is contained in:
parent
4b986433a3
commit
2bf645b787
11 changed files with 185 additions and 73 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gitAndTools.gitRemoteGcrypt
|
||||
gitAndTools.git-remote-gcrypt
|
||||
git-crypt
|
||||
git-revise
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue