From 0649940b6e489cbe0c6adfc56b30c6e7f3f68d13 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Thu, 4 Jun 2026 14:01:42 +0200 Subject: [PATCH] home: fix nix evaluation warnings --- home/common/zsh.nix | 2 +- home/fuji/home.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;