Remove zenith

This commit is contained in:
Nathan McCarty 2022-06-06 09:41:12 -04:00
parent e325a1f3be
commit f9c2c7e829
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Basic, must have, command-line utilities # Basic, must have, command-line utilities
{ config, pkgs, unstable, ... }: { config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Basic command line utilities # Basic command line utilities
@ -25,7 +25,6 @@
hyperfine hyperfine
unstable.bottom unstable.bottom
dogdns dogdns
unstable.zenith
duf duf
# CLI Markdown renderer # CLI Markdown renderer
glow glow
@ -44,7 +43,7 @@
# Man but terse # Man but terse
tealdeer tealdeer
# Pandoc for documentation # Pandoc for documentation
unstable.pandoc pandoc
# For nslookup # For nslookup
dnsutils dnsutils
# Feh image viewer # Feh image viewer