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";
|
||||||
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
../../home/chat.nix
|
||||||
../../home/cli.nix
|
../../home/cli.nix
|
||||||
../../home/common.nix
|
../../home/common.nix
|
||||||
../../home/desktop
|
../../home/desktop
|
||||||
|
|||||||
Reference in New Issue
Block a user