nix/home
genofire d0d20657f3 fix(home): ansible with dnspython 2021-10-23 17:50:36 +02:00
..
README.md nixos: cleanup and documentat it 2021-10-09 01:49:34 +02:00
default.nix fix(home): ansible with dnspython 2021-10-23 17:50:36 +02:00
desktop.nix home: add cheese to desktop 2021-10-15 11:56:03 +02:00
home.nix home: cleanup and documentat it 2021-10-09 01:46:55 +02:00
sway.nix home->nixos: restructure sway 2021-10-13 00:48:07 +02:00

README.md

Home-Manager

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

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

and run home-manager switch