about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/katara.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index a77c493f..0b680901 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -73,15 +73,15 @@ in {
     let
       systemPkgs =
       [
-        atool             # archive tools
-        gnupg gnupg1compat # PGP encryption
-        imagemagick       # image conversion
-        pkgs.vuizvui.jmtpfs     # MTP fuse
-        mosh              # ssh with stable connections
-        nfs-utils         # the filesystem of the future for 20 years
-        tarsnap           # encrypting online backup tool
+        atool               # archive tools
+        gnupg gnupg1compat  # PGP encryption
+        imagemagick         # image conversion
+        pkgs.vuizvui.jmtpfs # MTP fuse
+        mosh                # ssh with stable connections
+        nfs-utils           # the filesystem of the future for 20 years
+        tarsnap             # encrypting online backup tool
         # TODO move into atool deps
-        unzip             # extract zip archives
+        unzip               # extract zip archives
         wpa_supplicant_gui  # configure wireless connections
       ];
       xPkgs = [