feat!(flake): add NixOS config for homix

Copy and impove `home-manager` module integration from `nix-on-darwin` for `nixos`
Add `homix` *server* with NVIDIA drivers, `wayland` + `river`, Jellyfin, etc.
This commit is contained in:
reo101 2023-02-11 01:08:58 +02:00
parent 86809b8963
commit 406fe35116
7 changed files with 806 additions and 3 deletions

View file

@ -4,4 +4,5 @@
{
# List your module files here
# my-module = import ./my-module.nix;
reo101-shell = import ./reo101-shell.nix;
}