.
This commit is contained in:
parent
c4361d9967
commit
06dd99c121
1 changed files with 7 additions and 8 deletions
15
home.nix
15
home.nix
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue