<devalot>
eyJhb: I'm not 100% sure on this, but I think that if you want to use an environment variable in a systemd start command you need to instead have it invoke a script, and then of course you can do whatever in the script, including reading the environment.
<devalot>
There are also a small number of %-escapes that you can use, like %h turns into the home directory.
<veleiro>
what is requiring idris? takes forever to compile
<veleiro>
oh nevermind, its part of emacs
<veleiro>
i mean a mode
cole-h has joined #home-manager
kalbasit has joined #home-manager
kalbasit_ has joined #home-manager
portal_narlish has joined #home-manager
<portal_narlish>
For the `neovim` module, what is the easiest way to add a custom vim plugin?
<portal_narlish>
I have a derivation in `home.nix` that I'd like to use, but putting it in the `neovim.plugins` list only seems to build it but not add it to vim.
<portal_narlish>
So I have something like `myplugin = buildVimPluginFrom2Nix { ... }` in scope, and am trying to reference it in `neovim.plugins [ myplugin ]`.
kalbasit__ has joined #home-manager
kalbasit_ has quit [Ping timeout: 240 seconds]
kalbasit__ has quit [Ping timeout: 240 seconds]
kalbasit has quit [Ping timeout: 240 seconds]
kalbasit_ has joined #home-manager
kalbasit has joined #home-manager
kalbasit__ has joined #home-manager
kalbasit_ has quit [Ping timeout: 265 seconds]
cole-h has quit [Quit: Goodbye]
portal_narlish has quit [Ping timeout: 245 seconds]
o1lo01ol_ has joined #home-manager
o1lo01ol1o has quit [Ping timeout: 264 seconds]
jurlerci has joined #home-manager
<colemickens>
rycee++, thank you for reviewing and merging waybar!
<{^_^}>
rycee's karma got increased to 29
o1lo01ol_ has quit [Remote host closed the connection]
o1lo01ol1o has joined #home-manager
jurlerci has quit [Quit: leaving]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
jurlerci has joined #home-manager
<jurlerci>
howdy, the programs.bash.sessionVariables isnt working the way i thought it did, im trying to use it to set my PS1 prompt but anything I put there isnt being picked up by new shells? I tried putting a simple TEST = "hello"; line in there too but then echo $TEST gives me nothing
<jurlerci>
is there a better way to set my prompt than that?