From f73e9d5f9abf0410e927264bab0bc8c0ace61538 Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 15 Sep 2020 22:44:24 +0200 Subject: Fixed depricated warnings --- configuration.nix | 16 +++++++++++++--- 1 file 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; -- cgit v1.2.3