From ac120102850a6b631e2e85b7e9e0eddd604f8128 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Apr 2023 14:20:00 -0400 Subject: add gnumeric Change-Id: I0846ce3b943cae84ca18cc97c274ea2f4fed6477 --- profiles/laptop.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 3284952..2595722 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -12,9 +12,10 @@ ]; home = { - packages = [ - pkgs.wmctrl - pkgs.zulip + packages = with pkgs; [ + gnumeric + wmctrl + zulip ]; }; -- cgit v1.2.3