add senpai irc client
This commit is contained in:
6
home/chat.nix
Normal file
6
home/chat.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ senpai ];
|
||||
|
||||
xdg.configFile."senpai".source = "${config.dotfiles.path}/.config/senpai";
|
||||
}
|
||||
Reference in New Issue
Block a user