diff options
author | Ben Sima <ben@bsima.me> | 2021-05-22 19:26:34 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-05-22 19:26:34 -0400 |
commit | 719a7d928005e848a3fb2a48c927e8a4a25f41a8 (patch) | |
tree | 8e85166d696cc03b4b6fe757a4b4ab43f751fbb1 | |
parent | c9245f5e682e6814a9be626b688cb948fa7a2022 (diff) |
add weechat
-rw-r--r-- | profiles/workshop.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/workshop.nix b/profiles/workshop.nix index b4cf4c1..0836ef9 100644 --- a/profiles/workshop.nix +++ b/profiles/workshop.nix @@ -5,6 +5,11 @@ imports = [ ../lib/linux.nix ]; + home = { + packages = with pkgs; [ + weechat + ]; + }; programs.git.signing.signByDefault = true; systemd.user.services = { "shop-music".Service = { |