diff options
-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 = { |