nix/home
genofire ab01192de5 home: sway fix keybindings for window 2021-10-11 12:12:41 +02:00
..
README.md nixos: cleanup and documentat it 2021-10-09 01:49:34 +02:00
default.nix home: kdeconnect 2021-10-11 11:37:10 +02:00
desktop.nix home: devops (ansible) + cozy (audiobook) 2021-10-10 21:23:53 +02:00
home.nix home: cleanup and documentat it 2021-10-09 01:46:55 +02:00
sway.nix home: sway fix keybindings for window 2021-10-11 12:12:41 +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