From 719a7d928005e848a3fb2a48c927e8a4a25f41a8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 22 May 2021 19:26:34 -0400 Subject: add weechat --- profiles/workshop.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'profiles') 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 = { -- cgit v1.2.3