mirror of https://git.jolheiser.com/dotnix.git
parent
6800193a85
commit
595e74caa8
|
@ -6,7 +6,7 @@
|
|||
./ghostty.nix
|
||||
./gtk.nix
|
||||
./spotify.nix
|
||||
./tiny.nix
|
||||
#./tiny.nix
|
||||
./wezterm.nix
|
||||
./zed.nix
|
||||
];
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
./lazygit.nix
|
||||
./nushell.nix
|
||||
./oh-my-posh.nix
|
||||
./senpai.nix
|
||||
./ssh.nix
|
||||
./xdg.nix
|
||||
./zoxide.nix
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{config, ...}: {
|
||||
programs.senpai = {
|
||||
enable = true;
|
||||
config = {
|
||||
address = "ircs+insecure://irc.jolheiser.com:6697";
|
||||
nickname = "jolheiser";
|
||||
password-cmd = ["cat" "${config.age.secrets.irc-pw.path}"];
|
||||
#channel = "#pico.sh #gitea";
|
||||
typings = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue