Thu Jul 4 08:09:25 PM CEST 2024
This commit is contained in:
parent
b0d924c8db
commit
09ea39f9b5
|
@ -193,7 +193,7 @@ in {
|
|||
"$mainMod SHIFT, return, exec, ${alacritty}"
|
||||
"$mainMod, Q, killactive,"
|
||||
"$mainMod, A, exec, ${nautilus}"
|
||||
"$mainMod, S, exec, ${gnome-calendar}"
|
||||
"$mainMod, S, exec, LC_TIME=\"en_GB.UTF-8\" ${gnome-calendar}"
|
||||
"$mainMod, B, exec, MOZ_ENABLE_WAYLAND=1 firefox"
|
||||
"$mainMod, M, fullscreen, 1"
|
||||
"$mainMod, F11, fullscreen"
|
||||
|
|
|
@ -27,6 +27,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_TIME = "en_GB.UTF-8";
|
||||
};
|
||||
environment.variables = {
|
||||
LC_TIME = "en_GB.UTF-8";
|
||||
};
|
||||
|
||||
# Calendar
|
||||
# Add the server using gnome-online-accounts:
|
||||
# nix-shell -p gnome-control-center --run "gnome-control-center"
|
||||
|
@ -58,7 +65,4 @@
|
|||
Experimental = true;
|
||||
};
|
||||
};
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_TIME = "en_GB.UTF-8";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,13 +25,6 @@
|
|||
systemd.tmpfiles.rules = [
|
||||
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
|
||||
];
|
||||
environment.variables = {
|
||||
ROC_ENABLE_PRE_VEGA = "1";
|
||||
LC_TIME = "en_GB.UTF-8";
|
||||
};
|
||||
|
||||
|
||||
|
||||
networking.wg-quick.interfaces = {
|
||||
wg0 = {
|
||||
address = [ "10.0.0.10/24" " 2a02:a03f:83ad:2101::2/128" ];
|
||||
|
|
Loading…
Reference in New Issue