From c2592d1fcd265432322b587dce0528a16e485123 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 4 Mar 2022 21:48:44 -0600 Subject: Initial commit --- path.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 path.nix (limited to 'path.nix') 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 +] -- cgit v1.2.3