nix/home/README.md

160 B

Home-Manager

Create ~/.config/nixpkgs/home.nix with:

{pkgs, ...}:
{
	imports = [
		./repo/desktop-sway.nix
	];
}

and run home-manager switch