updates & minor workarounds

This commit is contained in:
Kate 2025-05-21 19:44:21 +02:00
parent 2b99da48c8
commit b1b8726545
3 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@
./nixos/overlays/fixup-nheko
./nixos/overlays/fixup-signal
./nixos/overlays/fixup-imhex.nix
./nixos/overlays/customize-gajim
#./nixos/overlays/customize-gajim
./nixos/overlays/sddm-no-vnc.nix
./nixos/overlays/fixup-armcord.nix
./nixos/overlays/jd-gui-wayland.nix

View file

@ -16,7 +16,7 @@
# Generic system settings.
#
time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "nl_NL.utf8";
i18n.defaultLocale = "nl_NL.UTF-8";
# Allow use of e.g. 'nix search' and flakes.
nix.settings.experimental-features = [

View file

@ -158,7 +158,7 @@ with pkgs;
# Development.
colmena
rustup
(rustup.overrideAttrs { doCheck = false; })
clang
clang-tools
flatbuffers