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 ];