diff options
author | Ben Sima <ben@bsima.me> | 2022-05-16 14:21:16 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-05-16 14:21:36 -0400 |
commit | e0523a0acb9cff3e937b8acb2a0fbaa02d1d3fd8 (patch) | |
tree | 17097e69a6e371b0f6431428d5e1e1cd645440f2 | |
parent | 0a50aa9fca1623a0ba0a29a6af8813989db445e2 (diff) |
add zulip
-rw-r--r-- | profiles/laptop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 1b9c55e..b7fe9e2 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -12,6 +12,7 @@ home = { packages = [ pkgs.wmctrl + pkgs.zulip ]; }; programs.autorandr.enable = true; |