diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-04 21:48:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-04 22:25:18 -0600 |
| commit | c2592d1fcd265432322b587dce0528a16e485123 (patch) | |
| tree | fe50d46c2fbba78adce0926c14b189c30a0b6c26 /path.nix | |
Initial commit
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 +] |
