<{^_^}>
nix-community/home-manager#1773 (by Wraul, 1 day ago, open): ZSH Prezto broken with Nixpkgs unstable
rajivr has joined #home-manager
notpiika has joined #home-manager
swflint has joined #home-manager
<alienpirate5>
<nicolas[m] "https://github.com/nix-community"> is there anything i can do to help? i would like to be able to rebuild my system
c4droid has joined #home-manager
<c4droid>
Hi, I'm configuring my home using home-manager at darwin, when I setting the emacs daemon, say `services.emacs` does not exist. Have any workaround with it?
c4droid has quit [Quit: ERC (IRC client for Emacs 27.1)]
<nicolas[m]>
Yes, some options are only available on Linux and others on Darwin
<nicolas[m]>
`services.emacs` is available using nix-darwin
<nicolas[m]>
alienpirate5:: you can open a PR that fixes the path logic in `modules/programs/zsh/presto.nix`
<alienpirate5>
got it
aveltras has quit [Quit: Connection closed for inactivity]
<KarlJoad>
rycee: How should I go about making an configuration-breaking change to API? I am switching mbsync-account.slavePattern to mbsync-account.nearPattern, to line up with a change made in mbsync's configuration file. Should I alias it and print a warning?
footlooseboss has quit [Quit: ...]
jiribenes has quit [Ping timeout: 260 seconds]
jiribenes has joined #home-manager
jiribenes has quit [Quit: jiribenes]
jiribenes has joined #home-manager
<nicolas[m]>
KarlJoad Using `mkRenamedOptionModule`
srk has quit [Ping timeout: 268 seconds]
srk has joined #home-manager
rajivr has quit [Quit: Connection closed for inactivity]
jon2 has joined #home-manager
<jon2>
When I try to run 'home-manager switch', i get the error "error: attribute 'xdg-utils' missing, at /home/jon/.nix-defexpr/channels/home-manager/modules/programs/newsboat.nix:74:22". I tried setting 'programs.newsboat.browser = "/usr/bin/xdg-open";' but it still tries to read the default and gives the same error. Is there a way to get it to use the external command and ignore the default?
cole-h has joined #home-manager
novafacing has joined #home-manager
<novafacing>
Has anyone else been getting `attribute 'xdg-utils' missing, at /nix/store/h5vc74lkgy849svzdsjn6ah0890b6z4x-source/modules/programs/newsboat.nix:74:22`
<novafacing>
?
<novafacing>
I'm not able to rebuild my NixOS config :/
<hexa->
novafacing: works for me on 20.09 and master
<jon2>
novafacing: sounds like you're having the same issue as me
<novafacing>
hexa-: what's your system.stateVersion ?
<hexa->
19.03 x)
<novafacing>
Oh super weird, mine is on 20.09
<hexa->
how is this related to stateVersion though?
<novafacing>
There were some problems a while back if you had your main channel set to a different one than your home-manager stuff would royally break
<novafacing>
Was wondering if this was a similar problem but likely not
<novafacing>
Oh I'm an idiot lol
<novafacing>
Not stateversion, <nixos> channel
<novafacing>
lol
<novafacing>
jon2: any leads on what it might be? I have zero guesses
<jon2>
it looks to me like it's looking for xdg-utils under nix but I use an external one under /usr/bin/xgd-utils
_novafacing has joined #home-manager
<jon2>
i tried setting it with 'programs.newsboat.browser = "/usr/bin/xdg-open";' but it seems it still tries to evaluate the default value even if you set one
<jon2>
the line where the error occurs is 'default = "${pkgs.xdg-utils}/bin/xdg-open";'. It's looking for pkgs.xdg-utils which isn't installed in nix.
novafacing has quit [Ping timeout: 276 seconds]
_novafacing is now known as novafacing
<jon2>
if no one here has any ideas I'll file a bug in github