summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix1
-rw-r--r--hosts/thinkpad/configuration.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index f55e857..41cd69f 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -3,6 +3,7 @@
username,
inputs,
pkgs,
+ lib,
...
}:
{
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix
index 728f5a9..6295dcd 100644
--- a/hosts/thinkpad/configuration.nix
+++ b/hosts/thinkpad/configuration.nix
@@ -92,6 +92,7 @@
};
};
environment.systemPackages = [
+ pkgs.vis
pkgs.appimage-run
inputs.subtui.packages.x86_64-linux.subtui
];