summaryrefslogtreecommitdiff
path: root/path.nix
diff options
context:
space:
mode:
Diffstat (limited to 'path.nix')
-rw-r--r--path.nix25
1 files changed, 0 insertions, 25 deletions
diff --git a/path.nix b/path.nix
deleted file mode 100644
index 016c09a..0000000
--- a/path.nix
+++ /dev/null
@@ -1,25 +0,0 @@
-{ 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.jq
- 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
-]