Expose all variables
This commit is contained in:
parent
c19c3b8056
commit
afdd73779d
@ -37,6 +37,7 @@
|
||||
git-crypt
|
||||
nix-patch
|
||||
inputs.yt-utilities.defaultPackage.x86_64-linux
|
||||
pass-wayland
|
||||
] ++ (with pkgs.kdeApplications; [
|
||||
ark
|
||||
dolphin
|
||||
|
@ -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
|
||||
|
@ -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 = {...}: {
|
||||
|
Loading…
Reference in New Issue
Block a user