From 68f2b65dbbb97eef9a12f67f362c4adea03cc3b2 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 27 Apr 2026 13:50:54 +0200 Subject: solved vis-plug --- hosts/thinkpad/configuration.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hosts') diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 6295dcd..b986f93 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -91,10 +91,12 @@ niri.enable = true; }; }; - environment.systemPackages = [ - pkgs.vis - pkgs.appimage-run - inputs.subtui.packages.x86_64-linux.subtui + environment.systemPackages = with pkgs; [ + stow + vis + gimp + appimage-run + (inputs.subtui.packages.x86_64-linux.subtui) ]; # boot.kernelParams = [ "iomem=relaxed" ]; } -- cgit v1.3