diff options
author | Leonardo Santiago <[email protected]> | 2025-07-20 17:37:15 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-07-20 17:37:15 -0300 |
commit | 9317f9ed34d73c89f9648d5291f021b1dd60aa57 (patch) | |
tree | 24a5e8bbf0c347c5ee4fe3083e0a07526e14bdc0 /modules/home/default.nix | |
parent | 459f9cb9d2bec30d0da275673f3098d5725de3fb (diff) |
chore: add beeper, typst mode
Diffstat (limited to 'modules/home/default.nix')
-rw-r--r-- | modules/home/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix index 6493c18..ddc72a7 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -22,6 +22,7 @@ in { slack whatsapp-for-linux telegram-desktop + (callPackage ./beeper.nix {}) ]); }; programs = { |