all repos — nixfiles @ abf37951b762c7577f4f1b95a813c7c3008abe1c

System and user configuration, managed by nix and home-manager

Move chat programs into user module

Alan Pearce
commit

abf37951b762c7577f4f1b95a813c7c3008abe1c

parent

63dcecf0b94f1c1e39efa93655a86141aef3c24a

1 file changed, 10 insertions(+), 0 deletions(-)

changed files
A user/settings/chat.nix
@@ -0,0 +1,10 @@
+{ config, pkgs, ... }: + +{ + home.packages = with pkgs; [ + signal-desktop + wire-desktop + + weechat + ]; +}