diff options
| author | adikro <adikro@disroot.org> | 2026-04-27 13:50:54 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-27 13:50:54 +0200 |
| commit | 68f2b65dbbb97eef9a12f67f362c4adea03cc3b2 (patch) | |
| tree | b3afa921e84db28607228ad1b2a4574fe2351a93 /hosts | |
| parent | 220b02da85f4350f59cfb6cd60198fc367dd3ed2 (diff) | |
solved vis-plug
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 10 |
1 files changed, 6 insertions, 4 deletions
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" ]; } |
