<alienpirate5>
hello! I'm not able to rebuild my system. Here's the errors I'm getting: http://u.dk0.us/18110.txt My channels are all up to date. I
<alienpirate5>
I'm on the latest master home-manager and unstable-small nixos channel.
alexbakker has joined #home-manager
cole-h has joined #home-manager
romanofski has quit [Ping timeout: 256 seconds]
romanofski has joined #home-manager
<patagonicus>
alienpirate5: Just a guess, but considering it's complaining about a missing file, can you run `nix-store --verify-path /nix/store/basp5c4cvg7ni4nrgwk23vpy324bh5zj-zsh-prezto-unstable-2021-01-19`? If that gives you an error, either something messed with your /nix/store or it's data corruption. If there's no output the problem is something else.
rajivr has quit [Quit: Connection closed for inactivity]
cole-h has quit [Ping timeout: 240 seconds]
romanofski_ has joined #home-manager
romanofski has quit [Read error: Connection reset by peer]
rajivr has joined #home-manager
srk has quit [Remote host closed the connection]
srk has joined #home-manager
j2t has joined #home-manager
<j2t>
hi, i've just installed home-manager. Can i define my postgresql as a service in home.nix?
<alienpirate5>
patagonicus: : returns 0, no error
<patagonicus>
alienpirate5: Ok, then that's (most likely) not the problem. I'm out of ideas, sorry.
<piegames1>
j2t, j2t`: You can manage user-wide services in home-manager, but I'm not sure if there is a module that will make your life easy like in NixOS
<j2t`>
thank piegames1
romanofski_ has quit [Read error: Connection reset by peer]
romanofski has joined #home-manager
aveltras has joined #home-manager
j2t` has quit [Remote host closed the connection]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #home-manager
o1lo01ol1o has quit [Remote host closed the connection]
<Reventlov>
Ke: well, problem with firefox in there too, same message?
o1lo01ol1o has joined #home-manager
o1lo01ol_ has quit [Ping timeout: 240 seconds]
cole-h has joined #home-manager
thongpv87 has joined #home-manager
<thongpv87>
Can I import a module into another module? I create two different xmonad configurations as 'bundle', named "xmonad-cfg1" and "xmonad-cfg2". Each bundle has file structure similar to `home.nix`. Now I want to create a modules, similar to modules in programs, which I can select enabled, and "xmonad-cfg"1 or "xmonad-cfg2". How could I do that?
<piegames1>
thongpv87: Not sure about your exact design, but usually you import everything and then give enable options to all your modules.
<thongpv87>
Here is my config: https://imgur.com/qu2Kr0p . First twos config (axarva and basic) are two xmonad configs. Both are imported into xmonad/default.nix (shown in the 3rd buffer). Then 4th buffer is combine with other "module", in my term, they have similar structure. In home.nix, I just import = [./modules]
<thongpv87>
What I want is that xmonad/default.nix can have options like module in programs, so that I can import it into home.nix and config just like other official modules. I don't want to change it in xmonad/default.nix whenever I want to switch from axarva config to base config.
<thongpv87>
I want something similar to this: http://ix.io/2OfQ , but I can not get it compiled
<infinisil>
thongpv87: How does axarva and base look like?
<infinisil>
The Nix files
johnw has joined #home-manager
<alienpirate5>
I'm not able to rebuild my system. Here's the errors I'm getting: http://u.dk0.us/18110.txt My channels are all up to date. I'm on the latest master home-manager and unstable-small nixos channel. The issue isn't file corruption