nix/home
genofire 0e4b1207a0 home/chrome: add wayland/pipeware support 2022-02-23 22:22:18 +01:00
..
sway-i3block home: add sway i3blocks 2021-12-17 22:44:19 +01:00
README.md home: improve theme docu + use Yaru/Ubuntu icons 2022-01-14 16:39:38 +01:00
chrome.nix home/chrome: add wayland/pipeware support 2022-02-23 22:22:18 +01:00
console.nix home: easier import 2021-12-13 22:49:23 +01:00
default.nix home: ansible/python with passlib / bcrypt 2021-12-02 23:32:00 +01:00
desktop-gnome.nix home: move desktop naming 2021-12-13 22:46:26 +01:00
desktop-sway.nix home: fix sway opacity 2022-02-23 22:14:04 +01:00
desktop.nix home: add gthumb and fluffychat 2022-02-23 22:13:52 +01:00

README.md

Home-Manager

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