feat: Export formatter and lxc configuration from flake
This commit is contained in:
committed by
Hunter Halloran
parent
faf4afcd3b
commit
01d1a36650
@@ -1,4 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
# ============================================================================
|
||||
# Ghostty Terminfo Module
|
||||
@@ -8,7 +13,7 @@
|
||||
# adds it to the system packages.
|
||||
|
||||
let
|
||||
ghostty-terminfo = pkgs.runCommand "ghostty-terminfo" {} ''
|
||||
ghostty-terminfo = pkgs.runCommand "ghostty-terminfo" { } ''
|
||||
mkdir -p $out/share/terminfo
|
||||
cat > ghostty.info <<'EOF'
|
||||
xterm-ghostty|ghostty|Ghostty,
|
||||
|
||||
Reference in New Issue
Block a user