diff options
Diffstat (limited to 'path.nix')
| -rw-r--r-- | path.nix | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/path.nix b/path.nix new file mode 100644 index 0000000..a5d45c9 --- /dev/null +++ b/path.nix @@ -0,0 +1,24 @@ +{ pkgs, local }: let + py = pkgs.python39Packages; +in [ + pkgs.calc + pkgs.cloc + pkgs.file + pkgs.gcc + pkgs.gcc-arm-embedded + pkgs.hack-font + pkgs.i3-gaps + py.ipython + pkgs.keepassxc + pkgs.libsForQt5.okular + pkgs.man-pages + pkgs.man-pages-posix + pkgs.pavucontrol + pkgs.rustup + pkgs.signal-desktop + pkgs.tdesktop + local.tmux-lift + pkgs.units + pkgs.unzip + pkgs.zip +] |
