Frontear / dotfiles

Configurations that power my NixOS systems
2 stars 0 forks source link

Create module that emulates home-manager #4

Closed Frontear closed 2 months ago

Frontear commented 5 months ago

For one, I manage home-manager through system configurations anyways, so creating a nixos module is probably the best approach.

Secondly, my main concern, is that the way I'm managing home-manager is a bit.. unfortunate. Having to do home-manager.users.frontear = { ... }; is not my ideal way to do it. If anything, I'd prefer to simply have a wrapped module that accomplishes the same thing.

How do I plan to go about this? Probably use systemd.tmpfiles to create and link files from the store into the various home locations.

Frontear commented 4 months ago

I'm realizing that this whole task is an unending ordeal of nonsense. It's going to be timely to truly move away from home-manager, and arguably I do not have a good reason to do such anyways, or at least, not enough good reasons.

Frontear commented 2 months ago

https://github.com/Frontear/dotfiles/commit/6aeb984a9950b0e3f8f72b7a1d7966e61db4c8ed