diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-09 16:31:33 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-09 16:31:33 +0000 |
commit | f7821dec97d26352bce9eac3a421b0a189c7e22a (patch) | |
tree | 3e763226c33dcc3f19f3a9c0e226ed39848bb441 | |
parent | d59bbcc57e75288763dce2bea3246835fdd7672c (diff) | |
download | dotfiles-f7821dec97d26352bce9eac3a421b0a189c7e22a.tar.gz |
Remove packages that don't work on some platforms
-rw-r--r-- | nix-conf/home/includes/common.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index 79994bd..05cc02f 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -44,7 +44,6 @@ in nvd pinentry pass - #procs libqalculate ripgrep rlwrap @@ -53,7 +52,6 @@ in ugrep vim w3m - zenith ]; programs.gpg.enable = true; |