Expose all variables

This commit is contained in:
Alexander Bantyev 2020-05-25 15:30:06 +03:00
parent c19c3b8056
commit afdd73779d
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 4 additions and 1 deletions

View File

@ -37,6 +37,7 @@
git-crypt
nix-patch
inputs.yt-utilities.defaultPackage.x86_64-linux
pass-wayland
] ++ (with pkgs.kdeApplications; [
ark
dolphin

View File

@ -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

View File

@ -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 = {...}: {