summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/laptop.nix')
-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
];
};