nix/home
genofire 76ae1ed41b fix(home)!: reogranize 2023-08-20 12:10:14 +02:00
..
desktop fix(home)!: reogranize 2023-08-20 12:10:14 +02:00
tools fix(home)!: reogranize 2023-08-20 12:10:14 +02:00
README.md fix!(backup): try nushell, btop, rustup replace cargo and much more tools (like for k8s) 2023-01-13 22:27:03 +01:00
console.nix fix(home)!: reogranize 2023-08-20 12:10:14 +02:00
default.nix dump 2023-08-20 11:25:57 +02:00

README.md

Home-Manager

nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update

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

{pkgs, ...}:
{
	imports = [
		./repo/desktop-gnome.nix
	];

	home.packages = with pkgs; [
		# yaru-remix-theme
		yaru-theme
	];

	# dconf.settings."org/gnome/shell/extensions/user-theme".name = "Yaru-remix-dark";
	dconf.settings."org/gnome/shell/extensions/user-theme".name = "Yaru";

	gtk.theme.name = "Flat-Remix-GTK-Violet-Darkest";
}

and run home-manager switch