stephank has quit [Quit: Ping timeout (120 seconds)]
stephank has joined #home-manager
K0kada has quit [Ping timeout: 272 seconds]
K0kada has joined #home-manager
K0kada has quit [Ping timeout: 264 seconds]
K0kada has joined #home-manager
<alienpirate5>
home-manager is not linking zsh configs into my home folder, what can i do to debug it
K0kada has quit [Ping timeout: 256 seconds]
raoul90 has joined #home-manager
raoul9 has quit [Ping timeout: 272 seconds]
cole-h has joined #home-manager
<alienpirate5>
actually the configs are being linked in, but prezto integration seems to have been broken
<alienpirate5>
my zshrc doesn't have anything prezto-related in it other than sourcing the prezto startup tile
<alienpirate5>
file* also seems like my zshrc doesn't want to get sourced on shell load either...
<alienpirate5>
strange
bpye has joined #home-manager
<bpye>
Hey - is there any reason that the gpg-agent service unconditionally creates the systemd services? It seems like it should work (partially) on macOS otherwise (as gpg will be launched by the interactive shell). And then as a second part - has there been any recent thought to adding launchd support?
alexbakker_ has joined #home-manager
alexbakker has quit [Ping timeout: 258 seconds]
alexbakker_ is now known as alexbakker
krkini has joined #home-manager
kini has quit [Ping timeout: 260 seconds]
AlpineLlama has quit [Ping timeout: 265 seconds]
AlpineLlama has joined #home-manager
krkini has quit [Quit: bye]
kini has joined #home-manager
rajivr has quit [Quit: Connection closed for inactivity]
<aforemny>
Hi! I am setting home.sessionVariables.TERM = "xterm-256color". But TERM is still set to "xterm". How would I set the configure TERM or how could I figure out why TERM still says "xterm"?
<aforemny>
*How would I configure
srk has quit [Remote host closed the connection]
srk has joined #home-manager
kini has quit [Remote host closed the connection]
kini has joined #home-manager
mtr has joined #home-manager
rajivr has joined #home-manager
<__monty__>
aforemny: It's possible your terminal emulator sets it or one of your rc/profile files. You did restart the terminal? Or even the window manager? I'm not sure what setup HM uses to set the environment.
<aforemny>
__monty__: I see the correct assignment in ~/.nix-profile/etc/profile.d/hm-session-vars.sh which does get sourced. I am unaware of me setting TERM anywhere else, and I have checked the likely culprits .bashrc, .profile, etc.
<aforemny>
__monty__: Window manager (xmonad) is unlikely to set it. I have tried rebooting.
<__monty__>
aforemny: Maybe a file in /etc/profile? You could try adding `set -x` I think to one of the earliest files loaded by the shell to get it to echo *everything* then you might be able to figure out when TERM's being set.
<dutchie>
i would have thought TERM would be set by your terminal emulator, which one are you using?
<aforemny>
dutchie: I am using xterm. Maybe I want to configure xterm differently, or use a different xterm. I don't know. Is there xterm-256color?
<aforemny>
dutchie: xterm does seem to have support for 256 colors. But my terminal apps aren't using it without the TERM=xterm-256color.
<__monty__>
Yes, and I thought XTerm set that by default nowadays. I think XTerm configuration's done via .Xprofile?
<aforemny>
__monty__: I don't have an ~/.Xprofile. Should I? :-)
thibm has quit [Quit: WeeChat 2.9]
<aforemny>
__monty__: dutchie: I have tried more thorougly scanning files for TERM.*xterm to no avail in /etc and ~. I have found the recommendation to set `xresources.properties."XTerm*termName" = "xterm-256color"` and that does work! I am suspecing xterm setting the TERM variable, but I am not sure how it can do that since bash should be able to override it?
<aforemny>
Anyways, thank you for your help! __monty__++ dutchie++
<{^_^}>
__monty__'s karma got increased to 29
<{^_^}>
dutchie's karma got increased to 8
<dutchie>
honestly i'm sceptical of setting TERM in bashrc or similar, because the it's the terminal emulator's job to say what capabilities it supports
<dutchie>
but glad you fixed it :)
<__monty__>
Ah, I guess it was Xresources, not Xprofile. I really thought XTerm defaulted to the -256color suffix nowadays though 🤔
<__monty__>
aforemny: Yeah, just checked my nixos box. Xterm defaults to xterm-256color for me afaict.
<tcakoi>
Is `programs.zathura.options` not working for anyone else? I have it set to `{ font = "JetBrains Mono 10" }` and yet `.config/zathura/zathurarc` is completely empty.
<tcakoi>
* Is `programs.zathura.options` not working for anyone else? I have it set to `{ font = "JetBrains Mono 10" }` and yet `~/.config/zathura/zathurarc` is completely empty.
<tcakoi>
* Is `programs.zathura.options` not working for anyone else? I have it set to `{ font = "JetBrains Mono 10"; }` and yet `~/.config/zathura/zathurarc` is completely empty.
<tcakoi>
Nevermind, it was a dumb mistake with not having saved the config properly
srk has quit [Remote host closed the connection]
srk has joined #home-manager
rajivr has quit [Quit: Connection closed for inactivity]
<malorie>
hi all! I'm trying to setup email with neomutt using home-manager, but I'm not quite sure how the 'passwordCommand' option is supposed to work?
<malorie>
ok, never mind. I think I've just figured it out :-)
malorie has quit [Quit: Connection closed]
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #home-manager
chisui has joined #home-manager
evanjs has quit [Ping timeout: 240 seconds]
evanjs has joined #home-manager
mtr has quit [Quit: WeeChat 2.9]
__monty__ has quit [Quit: leaving]
K0kada has quit [Remote host closed the connection]
<chisui>
Is there a way to manage multiple installation/configurations of a single program through home-manager? Currently I create them as standalone derivations and add them through `home.packages`. This way I can't use the configuration options from home-manager though.