From 09ea39f9b5fdde3475af676580687e8aad5b5f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Thu, 4 Jul 2024 20:09:25 +0200 Subject: [PATCH] Thu Jul 4 08:09:25 PM CEST 2024 --- home/hyprland/default.nix | 2 +- hosts/Common/desktop.nix | 10 +++++++--- hosts/Kell/default.nix | 7 ------- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 9b1d3ac..9abbfb5 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -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" diff --git a/hosts/Common/desktop.nix b/hosts/Common/desktop.nix index 5c2e8c4..bbcd1d2 100644 --- a/hosts/Common/desktop.nix +++ b/hosts/Common/desktop.nix @@ -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"; - }; } diff --git a/hosts/Kell/default.nix b/hosts/Kell/default.nix index f7b670f..cf94887 100644 --- a/hosts/Kell/default.nix +++ b/hosts/Kell/default.nix @@ -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" ];