summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.nix16
1 files changed, 13 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix
index 0e24ab4..565c80d 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -39,11 +39,14 @@
# Select internationalisation properties.
i18n = {
- consoleFont = "Lat2-Terminus16";
- consoleKeyMap = "us";
defaultLocale = "en_DK.UTF-8";
};
+ console.keyMap = {
+ keyMap = "us";
+ font = "Lat2-Terminus16";
+ };
+
# Set your time zone.
time.timeZone = "Europe/Copenhagen";
@@ -86,10 +89,17 @@
exportConfiguration = true;
windowManager = {
- default = "i3";
i3.enable = true;
};
+ displayManager = {
+ defaultSession = "none+i3";
+ };
+
+ desktopManager = {
+ xterm.enable = false;
+ };
+
# Touchpad studd
libinput.enable = true;