From c3d25ccb6075906eb48bb96dfb9692395ed9aa76 Mon Sep 17 00:00:00 2001 From: foglar Date: Sat, 14 Dec 2024 14:17:58 +0100 Subject: [PATCH] packages fix for leanix --- leanix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leanix/home.nix b/leanix/home.nix index 94e89de..6d005b4 100644 --- a/leanix/home.nix +++ b/leanix/home.nix @@ -35,7 +35,7 @@ oh-my-posh.enable = false; }; - home.applications = with pkgs-stable; [ + home.packages = with pkgs-stable; [ libreoffice inkscape ];