summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-04-24 14:20:00 -0400
committerBen Sima <ben@bsima.me>2023-07-28 21:03:24 -0400
commitac120102850a6b631e2e85b7e9e0eddd604f8128 (patch)
treeca58554c008f9d9b05cfa9e1b1c4b5bba00889af
parent033c2e85e26523ea6e0c2cc10afb99a169aacc4d (diff)
add gnumeric
Change-Id: I0846ce3b943cae84ca18cc97c274ea2f4fed6477
-rw-r--r--profiles/laptop.nix7
1 files 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
];
};