rework pkgs, install playerctl/brightnessctl
Some checks failed
/ lint (push) Failing after 36s

This commit is contained in:
Jana Dönszelmann 2026-02-15 12:23:23 +01:00
parent 4f36c42b22
commit ad3ded339f
No known key found for this signature in database
11 changed files with 103 additions and 73 deletions

View file

@ -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;