From 427b01da7b5be8a27f67bae13e2808d946ed22d8 Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 30 Apr 2026 13:53:22 +0200 Subject: sync --- hosts/desktop/configuration.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 41cd69f..8ee67e5 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -3,7 +3,6 @@ username, inputs, pkgs, - lib, ... }: { @@ -110,9 +109,13 @@ thunar.enable = true; }; - environment.systemPackages = [ - inputs.subtui.packages.x86_64-linux.subtui - pkgs.gimp + environment.systemPackages = with pkgs; [ + (inputs.subtui.packages.x86_64-linux.subtui) + stow + gimp + vis + lua-language-server + nil ]; boot = { -- cgit v1.3