tools
This commit is contained in:
parent
2c8feae00c
commit
fb4b98e023
3 changed files with 6 additions and 1 deletions
|
@ -10,8 +10,10 @@ in {
|
|||
fd
|
||||
fzf
|
||||
git
|
||||
gnupg
|
||||
htop
|
||||
jq
|
||||
ncdu
|
||||
ripgrep
|
||||
z-lua
|
||||
unstable.starship
|
||||
|
|
|
@ -43,6 +43,7 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
firefox
|
||||
mumble
|
||||
neofetch
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue