nix/home
genofire 037cbab877 sway: add wdisplays 2021-11-06 13:12:01 +01:00
..
README.md nixos: cleanup and documentat it 2021-10-09 01:49:34 +02:00
console.nix home: add for console 2021-10-25 14:44:07 +02:00
default.nix home: make git configurable 2021-11-06 13:05:59 +01:00
desktop.nix home: desktop themen not hardcoded 2021-11-06 13:10:53 +01:00
home.nix home: cleanup and documentat it 2021-10-09 01:46:55 +02:00
sway.nix sway: add wdisplays 2021-11-06 13:12:01 +01: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