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
manveru has quit [Ping timeout: 260 seconds]
manveru has joined #home-manager
justan0theruser has joined #home-manager
justanotheruser has quit [Ping timeout: 264 seconds]
<justan0theruser> why is `xdg-mime query default text/plain` -> `emacs.desktop`? I have xdg.mimeApps.associations.added = { "text/plain" = [ "emacsclient.desktop" ]; };
<justan0theruser> I also tried xdg.mimeApps.defaultApplications = { "text/plain" = "emacsclient.desktop"; };
workflow has joined #home-manager
kalbasit has joined #home-manager
<workflow> rycee https://github.com/nix-community/home-manager/pull/1470 is now ready from my side, would appreciate a re-review when you find the time :) Thank you!
<{^_^}> nix-community/home-manager#1470 (by workflow, 8 weeks ago, open): i3status-rust: add module
workflow has quit [Remote host closed the connection]
<nicolas[m]> [justan0theruser](https://matrix.to/#/@freenode_justan0theruser:matrix.org) There's an option you need to enable, possibly `xdg.mimeApps.enable`?
cole-h has quit [Ping timeout: 240 seconds]
justan0theruser has quit [Ping timeout: 268 seconds]
dutchie has quit [Ping timeout: 240 seconds]
dutchie_ has joined #home-manager
dutchie_ is now known as dutchie
cole-h has joined #home-manager
justanotheruser has joined #home-manager
justan0theruser has joined #home-manager
justanotheruser has quit [Ping timeout: 240 seconds]
ptival[m] has joined #home-manager
<ptival[m]> hi everyone, what does it mean when home-manager says that some options don't exist that ought to exist? e.g. currently getting errors about `programs.fish.plugins`, even though I think I am using release-20.03 which includes it (also tried master to no better success).
<luc65r> ptival[m]: can I take a look at your config?
<ptival[m]> luc65r: http://paste.awesom.eu/2uic
<luc65r> why is { config, lib, pkgs, ... }: commented out?
shorberg has joined #home-manager
bradparker has quit [Ping timeout: 240 seconds]
bradparker has joined #home-manager
superherointj has joined #home-manager
<cole-h> Also paste the error, please.
<ptival[m]> error: http://paste.awesom.eu/6Ax4
<ptival[m]> things commented out: because I don't use config and lib, and I'm using a niv-sourced pkgs
superherointj has quit [Quit: Leaving]
<cole-h> And you're sure your home-manager is up to date? Are you using it from a channel?
senchopens has joined #home-manager
justan0theruser has quit [Ping timeout: 264 seconds]
<senchopens> Hello, I use NixOS with flakes, and when I updated home-manager to a98ec6ec158686387d66654ea96153ec06be33d7, nixos-rebuild switch started to throw an error: "
<senchopens> at: (151:10) in file: /nix/store/d2h4pc8xx5b3nmsrqjyaxixlzsfqdkcv-source/pkgs/applications/editors/neovim/utils.nix 150| wrapperArgs = res.wrapperArgs 151| ++ [ | ^ 152| "--add-flags" "-u ${writeText "init.vim" res.neovimRcContent}"value is the partially applied built-in function 'trace' while a list was
<senchopens> expected
<senchopens> Oh, sorry, new to freenode. I will upload error to imgur.
<senchopens> So, basically, when I enable neovim, it throws an error. I could not google this and browsing through source files did not help too.
justanotheruser has joined #home-manager
<senchopens> Ah, maybe it's because I'm now on Nix 2.4
<drakonis> is it?
<drakonis> the source is the same
<drakonis> its just back to being 2.4
<senchopens> No, it is not
<drakonis> hm okay
<senchopens> I will make an issue
senchopens has quit [Remote host closed the connection]
luc65r has quit [Quit: WeeChat 2.9]
justanotheruser has quit [Ping timeout: 240 seconds]
justanotheruser has joined #home-manager