summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core.nix2
-rw-r--r--desktop.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/core.nix b/core.nix
index 6725bf0..550448f 100644
--- a/core.nix
+++ b/core.nix
@@ -28,7 +28,7 @@
# Select internationalisation properties.
i18n = {
- defaultLocale = "en_DK.UTF-8";
+ defaultLocale = "nl_NL.UTF-8";
};
console = {
diff --git a/desktop.nix b/desktop.nix
index 7742650..bd342d6 100644
--- a/desktop.nix
+++ b/desktop.nix
@@ -55,7 +55,7 @@
gvfs.enable = true;
# Evolution
- gnome3 = {
+ gnome = {
gnome-keyring.enable = true;
evolution-data-server.enable = true;
};