Remove zenith
This commit is contained in:
parent
e325a1f3be
commit
f9c2c7e829
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue