From 0e70128638663713a90f868f7618e01d79410689 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 9 Nov 2022 06:17:54 +0000 Subject: [PATCH] updates --- configuration.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 8188d26..167ce03 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,16 +55,17 @@ vim neovim + starship gh nixpkgs-fmt - xdotool + # xdotool wezterm - eww - rofi - picom - dunst + # eww + # rofi + # picom + # dunst firefox (python3.withPackages (p: with p; [ pynvim ])) @@ -76,6 +77,7 @@ noto-fonts noto-fonts-cjk noto-fonts-emoji + noto-fonts-extra (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];