about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-09 16:31:33 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-09 16:31:33 +0000
commitf7821dec97d26352bce9eac3a421b0a189c7e22a (patch)
tree3e763226c33dcc3f19f3a9c0e226ed39848bb441 /nix-conf
parentd59bbcc57e75288763dce2bea3246835fdd7672c (diff)
downloaddotfiles-f7821dec97d26352bce9eac3a421b0a189c7e22a.tar.gz
Remove packages that don't work on some platforms
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/common.nix2
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;