update pkgs
This commit is contained in:
parent
e380cc1f30
commit
689999e804
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue