rycee changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/rycee/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
superherointj has quit [Quit: Leaving]
workflow has joined #home-manager
workflow has quit [Remote host closed the connection]
maier has joined #home-manager
maier has quit [Ping timeout: 258 seconds]
maier has joined #home-manager
maier has quit [Ping timeout: 265 seconds]
meatcar_ has quit [Write error: Broken pipe]
meatcar_ has joined #home-manager
W1lkins has quit [Quit: Ping timeout (120 seconds)]
W1lkins has joined #home-manager
voidcontext has quit [Ping timeout: 264 seconds]
voidcontext has joined #home-manager
kalbasit_ has quit [Ping timeout: 258 seconds]
maier has joined #home-manager
maier has quit [Ping timeout: 256 seconds]
maier has joined #home-manager
dermetfan has joined #home-manager
joesventek has quit [Remote host closed the connection]
joesventek has joined #home-manager
cole-h has quit [Quit: Goodbye]
joesventek has quit [Quit: Quit]
joesventek has joined #home-manager
__monty__ has joined #home-manager
maier has quit [Ping timeout: 260 seconds]
o1lo01ol1o has joined #home-manager
maier has joined #home-manager
joesventek has quit [Quit: Quit]
joesventek has joined #home-manager
superherointj has joined #home-manager
o1lo01ol_ has joined #home-manager
o1lo01ol1o has quit [Read error: Connection reset by peer]
joesventek has quit [Quit: Quit]
joesventek has joined #home-manager
o1lo01ol_ has quit []
o1lo01ol1o has joined #home-manager
maier has quit [Ping timeout: 246 seconds]
<NemesisD> i just started getting the following error on home-manager build, seems like a broken reference in the manual, possibly the home-manager manual? https://gist.github.com/MichaelXavier/c5c32a266bf26cf4d06402dbca0fc357
kalbasit_ has joined #home-manager
cole-h has joined #home-manager
maier has joined #home-manager
maier has quit [Ping timeout: 256 seconds]
maier has joined #home-manager
maier has quit [Ping timeout: 265 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #home-manager
<{^_^}> nix-community/home-manager#1479 (by happysalada, 1 day ago, open): On unstable channel, home manager can't be built anymore because of manual combined
maier has joined #home-manager
maier has quit [Ping timeout: 264 seconds]
<NemesisD> infinisil: i'm trying to follow the advice there, after adding the master channel for home-manager and running nix-shell '<home-manager>' -A install, it succeeds but there is no home-manager bin. i confirmed ~/.nix-profile/bin is on the PATH but the bin isn't in there
<NemesisD> im not sure if it's a bad idea but `nix-env -f https://github.com/rycee/home-manager/archive/master.tar.gz --install home-manager` worked
__monty__ has quit [Quit: leaving]
dermetfan has quit [Ping timeout: 260 seconds]
<nicolas[m]1> Time to update my references!
<rycee> cole-h: Changed now :-)
zeta_0 has joined #home-manager
<zeta_0> are you there rycee ? i have a quick question about an issue that i'm having !
<zeta_0> rycee: i need the latest git revision of xmonad, but i'm not sure how to set xmonad to the unstable channel in home.nix?
<rycee> zeta_0: I imagine you could use an overlay?
<zeta_0> rycee: cool, i can set it up as an overlay here right? https://dpaste.org/Vsgc
<zeta_0> rycee: is there some documentation that explains how to do this in home.nix ? https://dpaste.org/Vsgc
<rycee> Yeah, you'll need to put something there to override xmonad-with-packages.
<cole-h> rycee: Cheers :)
<zeta_0> nicolas[m]1 rycee: so that will install the most recent git revision of xmonad ? it's because the older version of xmonad is missing some functionality that i need to get xmonad working with virtualbox.
<nicolas[m]1> That shoud do it according to the module definition
<zeta_0> nicolas[m]1 rycee: great, thanks for the help ! i'll you guys know if i was able to get it to work or not.
<hpfr> it appears there's something wrong with how home-manager sets up fish functions? they show up in ~/.config/fish/functions and some of them seem to work, but when I try to run them using the path I get that they're "not executable by this user" which is because they're symlinks to symlinks in the nix store that are executable, but those symlinks are to files in the nix store that are readonly. despite this some of them seem
<hpfr> to work, but my function for ls doesn't work
<zeta_0> rycee++ nicolas[m]1++
<{^_^}> nicolas[m]1's karma got increased to -2147483648
<{^_^}> rycee's karma got increased to 30
<hpfr> I think this function was working before but stopped working when I added programs.fish.enable to my nixos config
<zeta_0> nicolas[m]1: i tried your solution, but rebuilding caused this error: https://dpaste.org/BcDs
o1lo01ol1o has quit [Remote host closed the connection]
<zeta_0> nicolas[m]1: here's the 1st part of my home.nix file: https://dpaste.org/7Rdp
<zeta_0> nicolas[m]1: here's my xmonad config in home.nix: https://dpaste.org/fJ2f
o1lo01ol1o has joined #home-manager
<zeta_0> rycee: ^
<nicolas[m]1> Your first snippet seems incomplete?
<nicolas[m]1> The home.nix one
<zeta_0> nicolas[m]1: that was just the 1st part showing the unstable config snippet, i can pastebin my entire home.nix, but it's lengthy.
<nicolas[m]1> do you have the part where you set your overlays?
<zeta_0> nicolas[m]1: https://dpaste.org/4y45
<zeta_0> nicolas[m]1: i'm guessing that it needs to be <unstable> instead of <nixos-unstable> ?
<nicolas[m]1> Yes, the name of the channel when you do `nix-channel --list`
o1lo01ol1o has quit [Ping timeout: 264 seconds]
<zeta_0> nicolas[m]1: yes `nix-channel --list` returns:
<nicolas[m]1> Yeah my snippet was wrong, my bad
maier has joined #home-manager
<zeta_0> nicolas[m]1: its fine, thank you ! i'll try another rebuild out now !
<zeta_0> one second
<nicolas[m]1> This is the correct overlay ^
maier has quit [Ping timeout: 265 seconds]
<zeta_0> nicolas[m]1: doing a rebuild, i'll let you know if i got it working.
zeta_0 has quit [Quit: rebuilding]
zeta_0 has joined #home-manager
<zeta_0> nicolas[m]1: your code snippet built without any errors but for some reason xmonad is still version 0.15, is xmonad on unstable nix channel ?
<zeta_0> nicolas[m]1: are you still here ?
<nicolas[m]1> How were you overlays set?
<nicolas[m]1> your*
<zeta_0> the same you you explained: https://dpaste.org/J2sf#L6
<zeta_0> i'll try a full `nixos-rebuild switch --upgrade`, upgrade
<nicolas[m]1> Yup xmonad is pinned to 0.15 on master
<zeta_0> nicolas[m]1: cool, let me do a quick reboot to make sure everything is working correctly, and i'll be right back.
zeta_0 has quit [Quit: rebooting]
<nicolas[m]1> AFAIK hackage packages are updated every once in a while so xmonad may stay on the 0.15 version until the next update
<drakonis> oho
<drakonis> nix-community hosts home-manager now
<drakonis> interesting
zeta_0 has joined #home-manager
<zeta_0> nicolas[m]1: it seems to work, how can i make sure that xmonad is on the latest git revision ?
<nicolas[m]1> nixpkgs does not have the git-packages equivalent to arch. I don't know enough about the haskell world in Nix to help you with this
<zeta_0> nicolas[m]1: well, anyways thank you for the help ! i think that i can go from here.
<zeta_0> nicolas[m]1++
<{^_^}> nicolas[m]1's karma got increased to 1.0