This commit is contained in:
foosinn 2020-06-13 23:20:39 +02:00
parent 2c8feae00c
commit fb4b98e023
3 changed files with 6 additions and 1 deletions

View file

@ -10,8 +10,10 @@ in {
fd
fzf
git
gnupg
htop
jq
ncdu
ripgrep
z-lua
unstable.starship

View file

@ -43,6 +43,7 @@ in {
environment.systemPackages = with pkgs; [
alacritty
firefox
mumble
neofetch
pulseaudio
pulsemixer

View file

@ -5,7 +5,7 @@
let
unstable = import <nixos-unstable> {};
mozilla_overlay = import <mozilla> {};
mozilla = import <mozilla> {};
in {
environment.systemPackages = with pkgs; [
@ -15,6 +15,8 @@ in {
python37Packages.pyls-isort
python37Packages.pyls-mypy
rustup
sops
tig
unstable.gopls
unstable.rust-analyzer
];