add senpai irc client
This commit is contained in:
parent
6b280d71d2
commit
67e94c8054
2 changed files with 7 additions and 0 deletions
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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue