This commit is contained in:
Daniel Ziltener 2024-11-08 12:28:22 +01:00
parent c4361d9967
commit 06dd99c121
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

@ -81,7 +81,6 @@ args@{
rar
# retroarchFull
rlwrap
senpai
signal-desktop
slurp
sshfs
@ -364,14 +363,14 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
enable = true;
};
home.file.".config/senpai/senpai.scfg" = {
programs.senpai = {
enable = true;
text = ''
address ircs://lyrion.ch
nickname zilti
realname "Daniel Ziltener"
password-cmd pass show Privat/Soju
'';
config = {
address = "ircs://lyrion.ch";
nickname = "zilti";
realname = "Daniel Ziltener";
password-cmd = "pass show Privat/Soju";
};
};
home.file.".config/xdg-desktop-portal/hyprland-portals.conf" = {