Skip to content

Commit

Permalink
feat(configuration): add a few packages to system configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrichardrinehart committed Aug 13, 2022
1 parent c673cb5 commit 4c8439d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modules/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ args @ { config, pkgs, lib, ... }:
p.peek # GIF/webp screen recording
p.mpv # mplayer replacement
p.simplescreenrecorder
p.obsidian
# shell tools
p.powerline-rs
p.oil
Expand All @@ -156,6 +157,7 @@ args @ { config, pkgs, lib, ... }:
p.libqalculate
p.ncdu # ncurses disk usage (tree+du, basically)
p.dive # docker image analyzer
p.xsel
# language tools
p.jq
p.nixpkgs-fmt
Expand All @@ -175,12 +177,19 @@ args @ { config, pkgs, lib, ... }:
p.zip
p.unzip
# programming languages
p.go_1_17
p.go_1_18
p.gcc
# communication tools
p.droidcam
p.obs-studio
# multimedia tools
p.pulseaudioFull
p.playerctl
# DevOps tools
p.minikube
p.kubectl
# browsers
p.libxml2 # needed for alias lkv
];

nix = {
Expand Down

0 comments on commit 4c8439d

Please sign in to comment.