<philipp[m]>
Can I access my system configuration from home-manager? I'd like to do sth like `xsession.enable = config.xserver.enable`.
<infinisil>
philipp[m]: You can either access it with `(import <nixpkgs/nixos {}).config`, or if you're using HM's NixOS integration, I suggest setting `home-manager.users.foo.xsession.enable = config.xserver.enable`
<philipp[m]>
Wait, there is a hm nixos integration?
MobsterHero is now known as Orbstheorem
<philipp[m]>
Is that used to configure home-manager directly from `/etc/nixos`?