diff --git a/home.nix b/home.nix index 508f82c..f4e097f 100644 --- a/home.nix +++ b/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" = {