From afdd73779db6d4a4ccd60023da8314eaee02d0ca Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 25 May 2020 15:30:06 +0300 Subject: [PATCH] Expose all variables --- modules/applications/packages.nix | 1 + modules/workspace/locale.nix | 1 + modules/workspace/misc.nix | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/applications/packages.nix b/modules/applications/packages.nix index 5027b1f..b0d09bf 100644 --- a/modules/applications/packages.nix +++ b/modules/applications/packages.nix @@ -37,6 +37,7 @@ git-crypt nix-patch inputs.yt-utilities.defaultPackage.x86_64-linux + pass-wayland ] ++ (with pkgs.kdeApplications; [ ark dolphin diff --git a/modules/workspace/locale.nix b/modules/workspace/locale.nix index f2df901..e805e50 100644 --- a/modules/workspace/locale.nix +++ b/modules/workspace/locale.nix @@ -5,6 +5,7 @@ environment.sessionVariables = { XKB_DEFAULT_LAYOUT = "us,ru"; XKB_DEFAULT_OPTIONS = "grp:lctrl_toggle,grp_led:caps,ctrl:nocaps"; + LANG = lib.mkForce "en_GB.UTF-8"; }; time.timeZone = "Europe/Moscow"; # Mother Russia diff --git a/modules/workspace/misc.nix b/modules/workspace/misc.nix index 1da6f19..9822d66 100644 --- a/modules/workspace/misc.nix +++ b/modules/workspace/misc.nix @@ -11,7 +11,8 @@ QT_QPA_PLATFORM = "wayland"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; NIX_AUTO_RUN = "1"; - }; + } // config.home-manager.users.balsoft.home.sessionVariables; + services.atd.enable = true; containers.fhs-compat.config = {...}: {