From 6ad1d2b1bb63ce138ec82a78787efb76de9e5dad Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sat, 6 Dec 2025 11:38:26 +0100 Subject: [PATCH] chore: Fix deprecation warnings --- home/alex/home.nix | 2 +- hosts/dregil/configuration.nix | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/home/alex/home.nix b/home/alex/home.nix index 3d8b050..cdae044 100644 --- a/home/alex/home.nix +++ b/home/alex/home.nix @@ -111,7 +111,7 @@ enableSshSupport = true; sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ]; extraConfig = '' - pinentry-program ${pkgs.pinentry.qt}/bin/pinentry + pinentry-program ${pkgs.pinentry-qt}/bin/pinentry ''; }; diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index 3001398..f37eaf5 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -48,9 +48,10 @@ in i18n = { extraLocaleSettings = { - TIME_STYLE = "iso"; + LC_TIME = "sv_SE.UTF-8"; # iso foramt }; extraLocales = "all"; + defaultLocale = "en_US.UTF-8"; }; console = { @@ -65,7 +66,7 @@ in [ corefonts noto-fonts - noto-fonts-emoji + noto-fonts-color-emoji fira-code fira-code-symbols ] @@ -93,7 +94,7 @@ in ripgrep git nvidia-offload - pinentry + pinentry-qt ]; # adjust channels to nixpkgs used on this system via this flake