nix/home
genofire b9c340a8ee home: add youtube-dl 2021-10-28 21:05:21 +02: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: add youtube-dl 2021-10-28 21:05:21 +02:00
desktop.nix home: add comment for alternative gtk theme 2021-10-27 16:35:11 +02:00
home.nix home: cleanup and documentat it 2021-10-09 01:46:55 +02:00
sway.nix home/sway: monitor scale - just be save 2021-10-27 16:35:36 +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