ChanServ changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/nix-community/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
Mirrexagon has joined #home-manager
rajivr has joined #home-manager
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AlpineLlama has joined #home-manager
justanotheruser has quit [Ping timeout: 276 seconds]
justanotheruser has joined #home-manager
justanotheruser has quit [Ping timeout: 260 seconds]
supersandro20007 has joined #home-manager
supersandro2000 has quit [Killed (kornbluth.freenode.net (Nickname regained by services))]
supersandro20007 is now known as supersandro2000
tdeo has quit [Read error: Connection reset by peer]
tdeo has joined #home-manager
tdeo has quit [Ping timeout: 276 seconds]
tdeo has joined #home-manager
tdeo has quit [Excess Flood]
tdeo has joined #home-manager
jesystani has joined #home-manager
<jesystani> hello, what steps would i need to change my default shell to zsh? ive set the `shell` option for my user in configuration.nix, and i have zsh.enable set in my home-manager configuration along with my zsh options, but X isnt setting my PATH properly so i dont have ls or cd or anything in it, however if i start it in a tty it works fine, and bash works in both cases
cole-h has quit [Ping timeout: 240 seconds]
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #home-manager
__monty__ has joined #home-manager
jesystanii has joined #home-manager
jesystani has quit [Ping timeout: 240 seconds]
figgyc_ has quit [Ping timeout: 240 seconds]
figgyc has joined #home-manager
figgyc has quit [Quit: No Ping reply in 180 seconds.]
figgyc has joined #home-manager
superherointj has joined #home-manager
ryantrinkle has quit [Ping timeout: 260 seconds]
ryantrinkle has joined #home-manager
justanotheruser has joined #home-manager
cole-h has joined #home-manager
numkem has joined #home-manager
numkem has quit [Client Quit]
numkem has joined #home-manager
grimler32 has left #home-manager ["Leaving"]
chisui has joined #home-manager
portal has joined #home-manager
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
<portal> It appears this change to neovim (https://github.com/NixOS/nixpkgs/commit/d603efb0c946d25242954323b9945420f5979f02) has broken my home-manager setup
portal is now known as Guest71565
supersandro2000 has joined #home-manager
<Guest71565> Has anyone else experienced this error?
<{^_^}> nix-community/home-manager#1978 (by dotlambda, 2 hours ago, open): neovim: drop python2 support
<Guest71565> Thanks, looking
<Guest71565> Ok so just wait for this one to merge then update?
<SumnerEvans[m]> Yes, that's probably the easiest way to do it. You can also try and override the module.
<Guest71565> Having not played with Nix modules before, maybe today is not the day
<Guest71565> I'm comfortable overriding derivations to some degree but don't know the module system
rajivr has quit [Quit: Connection closed for inactivity]
<SumnerEvans[m]> I'm honestly not sure how to override a module either. I just tend to copy-paste things over to a temp file and call it a day.
grg9 has joined #home-manager
Guest71565 has quit [Quit: Connection closed]
niacdoial has joined #home-manager
cole-h has quit [Quit: Goodbye]
cole-h has joined #home-manager
justanotheruser has quit [Ping timeout: 260 seconds]
grg9 has quit [Quit: Connection closed]
superherointj has quit [Quit: Leaving]
justanotheruser has joined #home-manager
cole-h has quit [Quit: Goodbye]
cole-h has joined #home-manager
supersandro2000 has quit [*.net *.split]
ryantrinkle has quit [*.net *.split]
mog has quit [*.net *.split]
supersandro2000 has joined #home-manager
mog has joined #home-manager
ryantrinkle has joined #home-manager
dotlambda has joined #home-manager
justanotheruser has quit [Ping timeout: 246 seconds]
<chisui> Hey, I'm a little confused by an error I'm getting while writing tests for my thunderbird module.
<chisui> The error seems to occur inside of the module declaration, but that one is pretty normal as I can tell.
ryantrinkle has quit [Ping timeout: 252 seconds]
<chisui> Wtf? it fails in https://github.com/NixOS/nixpkgs/blob/master/lib/generators.nix#L239 with the message `'functionArgs' requires a function`
ryantrinkle has joined #home-manager
chisui has quit [Quit: Connection closed]
chisui has joined #home-manager
niacdoial has quit [Ping timeout: 246 seconds]
<chisui> The reason was that I defined a submodule where I forgot to prefix the `options` prefix. Wow, that was a wild goose chase.
hax404 has joined #home-manager
supersandro20000 has joined #home-manager
supersandro2000 is now known as Guest35175
Guest35175 has quit [Killed (card.freenode.net (Nickname regained by services))]
supersandro20000 is now known as supersandro2000
__monty__ has quit [Quit: leaving]
<jesystanii> hello, im hoping someone would be able to let me know why X would be failing to set my path in ZSH properly, im sure ive just messed something up in the config but im not really sure where to start, it works fine with Bash, or if ZSH is via logon to TTY, but not in X