feat: directly include home-manager #16

Merged
krauterbaquette merged 3 commits from home-manager into Dev 2025-08-25 09:02:42 +02:00

3 commits

Author SHA1 Message Date
gytic
c0bd1bd615 docs(example): add example configuration
added both a home-manager and 'minimal configuration'.
They can be built and testet in this repo via:
- nixos-generate-config --dir example/default # or example/home-manager
- nix build path:./example/default#nixosConfigurations.default.config.system.build.toplevel # or path:./example/home-manager#...

the flake.lock and hardeware-configuration is ignored to prevent accidental commitment of the hardware-configuration (and get the freshes packages when somebody might use these configs as templates
2025-08-24 09:26:57 +02:00
gytic
b1514b1c69 docs: inform to pin home-manager version
we dont really want anyone to install two different home-manaer versions, i feel like this could lead to problems
2025-08-24 09:26:57 +02:00
gytic
8b2e87c159 feat: add home-manager directly in NixOS-95
For users that already use home-manager, this shouldn't change anything (they just have to pin the home-manager input to their own version).
However for users that currently do not use home-manager this will allow them to not care about it.

This way, home-manager will become an 'implementation detail'
2025-08-24 09:26:57 +02:00