diff --git a/home/common/zsh.nix b/home/common/zsh.nix index 6d1a376..b26747a 100644 --- a/home/common/zsh.nix +++ b/home/common/zsh.nix @@ -19,7 +19,7 @@ autocd = true; enableCompletion = true; defaultKeymap = "viins"; - /* dotDir = "\"$XDG_CONFIG_HOME\"/zsh"; */ + dotDir = config.home.homeDirectory; setOptions = [ "c_bases" diff --git a/home/fuji/home.nix b/home/fuji/home.nix index 4ea78da..5c499c8 100644 --- a/home/fuji/home.nix +++ b/home/fuji/home.nix @@ -1,4 +1,5 @@ -{ lib +{ config +, lib , pkgs , ... }: @@ -38,6 +39,7 @@ in gtk = { enable = true; theme = { name = "Adwaita-dark"; package = pkgs.gnome-themes-extra; }; + gtk4.theme = config.gtk.theme; }; qt = { enable = true;