From 4ea3f07609e3dd7e07b8f9ac55cd227a0ed2f87e Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 3 Jan 2025 16:58:47 +0100 Subject: [PATCH 1/2] fix(work): apply nerdfont packages name upstream change --- hosts/work/includes/home-manager.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/hosts/work/includes/home-manager.nix b/hosts/work/includes/home-manager.nix index 1079405..1d1c542 100644 --- a/hosts/work/includes/home-manager.nix +++ b/hosts/work/includes/home-manager.nix @@ -1,5 +1,5 @@ { pkgs, ... }: -{ +{ home.packages = with pkgs; [ dejavu_fonts font-awesome @@ -7,11 +7,8 @@ liberation_ttf libertine libnotify - (nerdfonts.override { - fonts = [ - "FiraCode" - ]; - }) + nerd-fonts.fira-code + nerd-fonts.fira-mono noto-fonts-emoji noto-fonts-cjk-sans slurp From f6bd7bd16414a9cd1908534a3d58d14d5581c55c Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 3 Jan 2025 17:00:28 +0100 Subject: [PATCH 2/2] chore(work): install zellij --- hosts/work/home-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/work/home-config.nix b/hosts/work/home-config.nix index 985939a..90b099a 100644 --- a/hosts/work/home-config.nix +++ b/hosts/work/home-config.nix @@ -19,6 +19,7 @@ starship.enable = true; utils.enable = true; vifm.enable = true; + zellij.enable = true; zsh.enable = true; }; web.firefox = {