updates & minor workarounds
This commit is contained in:
parent
2b99da48c8
commit
b1b8726545
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -158,7 +158,7 @@ with pkgs;
|
|||
|
||||
# Development.
|
||||
colmena
|
||||
rustup
|
||||
(rustup.overrideAttrs { doCheck = false; })
|
||||
clang
|
||||
clang-tools
|
||||
flatbuffers
|
||||
|
|
Loading…
Add table
Reference in a new issue