Lehmanator / nix-configs

Personal Nix / NixOS configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically write flake dir contents to location on system & users' homedirs.

Lehmanator opened this issue · comments

System: environment.etc."nixos".source = inputs.self;
Home: xdg.configFile."nixos".source = inputs.self;

Also do this on the nixosConfiguration for installer images.