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 fd
fzf fzf
git git
gnupg
htop htop
jq jq
ncdu
ripgrep ripgrep
z-lua z-lua
unstable.starship unstable.starship

View file

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

View file

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