From 689999e80476b8b511bcd5ef6ee314c5a916726b Mon Sep 17 00:00:00 2001 From: sajenim Date: Fri, 28 Apr 2023 19:14:12 +0800 Subject: [PATCH] update pkgs --- nixos/configuration.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5322d64..6563e47 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -122,6 +122,7 @@ inconsolata iosevka jetbrains-mono + nerdfonts ]; }; @@ -134,16 +135,13 @@ # Install packages, prefix with 'unstable.' to use overlay systemPackages = with pkgs; [ # System tools - curl git home-manager ranger trash-cli tree unrar unzip vim wget zip + curl git glxinfo home-manager htop ranger trash-cli tree unrar unzip vim wget zip # Developer tools - docker-compose - unstable.ghc - unstable.cabal-install + docker-compose ghc cabal-install # QMK firmware - unstable.qmk - unstable.vial + qmk vial # Code editors emacs vscode @@ -155,10 +153,11 @@ gimp inkscape krita # Modelling - blender freecad openscad + # blender (build failure on unstable) + freecad openscad # Misc - openrgb + openrgb protonup-ng ]; # Completions for system packages