summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-05-22 19:26:34 -0400
committerBen Sima <ben@bsima.me>2021-05-22 19:26:34 -0400
commit719a7d928005e848a3fb2a48c927e8a4a25f41a8 (patch)
tree8e85166d696cc03b4b6fe757a4b4ab43f751fbb1 /profiles
parentc9245f5e682e6814a9be626b688cb948fa7a2022 (diff)
add weechat
Diffstat (limited to 'profiles')
-rw-r--r--profiles/workshop.nix5
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 = {