mirror of https://git.jolheiser.com/dotnix.git
parent
6800193a85
commit
595e74caa8
|
@ -6,7 +6,7 @@
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./spotify.nix
|
./spotify.nix
|
||||||
./tiny.nix
|
#./tiny.nix
|
||||||
./wezterm.nix
|
./wezterm.nix
|
||||||
./zed.nix
|
./zed.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
./lazygit.nix
|
./lazygit.nix
|
||||||
./nushell.nix
|
./nushell.nix
|
||||||
./oh-my-posh.nix
|
./oh-my-posh.nix
|
||||||
|
./senpai.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./xdg.nix
|
./xdg.nix
|
||||||
./zoxide.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