about summary refs log tree commit diff
path: root/machines/profpatsch/shiki.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-03-02 13:18:44 +0100
committerProfpatsch <mail@profpatsch.de>2022-03-02 13:18:44 +0100
commit0a967162479e03af3c0e4e7388a22b3bbb481a24 (patch)
treea49d95e2bfd21a235bbec36e8d4b8ae33401a1fa /machines/profpatsch/shiki.nix
parentefc403ea7143923cd54f1f8e3757d995ec51336f (diff)
treewide: Fix broken package symbols
Due to unnecessary renames in
https://github.com/NixOS/nixpkgs/pull/161146

I replaced the packages with the ones the error messages mentioned, I
have not checked whether they are actually a no-op replacement.
Diffstat (limited to 'machines/profpatsch/shiki.nix')
-rw-r--r--machines/profpatsch/shiki.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 9eac33bc..0b7600e4 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -175,7 +175,7 @@ in {
         imagemagick          # image conversion
         jmtpfs               # MTP fuse
         mosh                 # ssh with stable connections
-        sshfsFuse            # mount ssh machines
+        sshfs-fuse            # mount ssh machines
         # TODO move into atool deps
         unzip                # extract zip archives
         networkmanagerapplet # for nm-connection-editor
@@ -189,7 +189,7 @@ in {
       guiPkgs = [
         gnome.adwaita-icon-theme
         # TODO: get themes to work. See notes.org.
-        gnome.gnome_themes_standard
+        gnome.gnome-themes-extra
         # can go away once I migrate to pw-ctl and such
         pavucontrol
         pulseaudio
@@ -205,7 +205,7 @@ in {
         direnv
         xh                       # reimplementation of httpie in rust (faster startup)
         jq                           # json filter
-        telnet                       # tcp debugging
+        inetutils                       # tcp debugging
         # TODO: make static binaries
         pkgs.vuizvui.profpatsch.nix-http-serve # serve nix builds and rebuild on reloads
         pkgs.vuizvui.profpatsch.nman # open man pages in temporary nix shell