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