From ebcb1c283c294819100337071bc4d433cde71411 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 1 Sep 2024 23:08:09 +0200 Subject: [PATCH] wtf --- hosts/hape/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hape/configuration.nix b/hosts/hape/configuration.nix index 182c4a0..dd3b30d 100644 --- a/hosts/hape/configuration.nix +++ b/hosts/hape/configuration.nix @@ -5,11 +5,12 @@ ... }: let inherit (lib.attrsets) attrValues; + inherit (lib.meta) getExe; in { programs.dconf.enable = true; environment.sessionVariables = { - CHROME_EXECUTABLE = "${pkgs.ungoogled-chromium}/bin/chromium"; + CHROME_EXECUTABLE = getExe pkgs.ungoogled-chromium; }; services = {