diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 11 |
1 files changed, 7 insertions, 4 deletions
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 = { |
