update pkgs

This commit is contained in:
♥ Minnie ♥ 2023-04-28 19:14:12 +08:00
parent e380cc1f30
commit 689999e804

View file

@ -122,6 +122,7 @@
inconsolata inconsolata
iosevka iosevka
jetbrains-mono jetbrains-mono
nerdfonts
]; ];
}; };
@ -134,16 +135,13 @@
# Install packages, prefix with 'unstable.' to use overlay # Install packages, prefix with 'unstable.' to use overlay
systemPackages = with pkgs; [ systemPackages = with pkgs; [
# System tools # 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 # Developer tools
docker-compose docker-compose ghc cabal-install
unstable.ghc
unstable.cabal-install
# QMK firmware # QMK firmware
unstable.qmk qmk vial
unstable.vial
# Code editors # Code editors
emacs vscode emacs vscode
@ -155,10 +153,11 @@
gimp inkscape krita gimp inkscape krita
# Modelling # Modelling
blender freecad openscad # blender (build failure on unstable)
freecad openscad
# Misc # Misc
openrgb openrgb protonup-ng
]; ];
# Completions for system packages # Completions for system packages