Expose all variables
This commit is contained in:
parent
c19c3b8056
commit
afdd73779d
@ -37,6 +37,7 @@
|
|||||||
git-crypt
|
git-crypt
|
||||||
nix-patch
|
nix-patch
|
||||||
inputs.yt-utilities.defaultPackage.x86_64-linux
|
inputs.yt-utilities.defaultPackage.x86_64-linux
|
||||||
|
pass-wayland
|
||||||
] ++ (with pkgs.kdeApplications; [
|
] ++ (with pkgs.kdeApplications; [
|
||||||
ark
|
ark
|
||||||
dolphin
|
dolphin
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
XKB_DEFAULT_LAYOUT = "us,ru";
|
XKB_DEFAULT_LAYOUT = "us,ru";
|
||||||
XKB_DEFAULT_OPTIONS = "grp:lctrl_toggle,grp_led:caps,ctrl:nocaps";
|
XKB_DEFAULT_OPTIONS = "grp:lctrl_toggle,grp_led:caps,ctrl:nocaps";
|
||||||
|
LANG = lib.mkForce "en_GB.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Moscow"; # Mother Russia
|
time.timeZone = "Europe/Moscow"; # Mother Russia
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "wayland";
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||||
NIX_AUTO_RUN = "1";
|
NIX_AUTO_RUN = "1";
|
||||||
};
|
} // config.home-manager.users.balsoft.home.sessionVariables;
|
||||||
|
|
||||||
services.atd.enable = true;
|
services.atd.enable = true;
|
||||||
|
|
||||||
containers.fhs-compat.config = {...}: {
|
containers.fhs-compat.config = {...}: {
|
||||||
|
Loading…
Reference in New Issue
Block a user