nix/home
genofire 4cc1a69110 home: gnome with scale 2021-12-02 23:31:26 +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/default: add minio-client and terraform 2021-11-19 20:48:32 +01:00
desktop.nix fix(home/sway): add brightness support 2021-11-14 20:15:51 +01:00
gnome.nix home: gnome with scale 2021-12-02 23:31:26 +01:00
home.nix home: add gnome 2021-11-26 21:13:18 +01:00
sway.nix home,nixos: add hw to firefox 2021-11-26 18:31:47 +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