This commit is contained in:
parent
4f36c42b22
commit
ad3ded339f
11 changed files with 103 additions and 73 deletions
|
|
@ -3,14 +3,7 @@ _: {
|
|||
custom.program.zed.home-config =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Maple Mono (Ligature TTF unhinted)
|
||||
custom.maple-mono.truetype
|
||||
# Maple Mono NF (Ligature unhinted)
|
||||
custom.maple-mono.NF-unhinted
|
||||
# Maple Mono NF CN (Ligature unhinted)
|
||||
custom.maple-mono.NF-CN-unhinted
|
||||
];
|
||||
home.packages = pkgs.custom.maple-fonts-pack;
|
||||
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue