From 25bc6f573c7b2bf103c6eb22c44c4cb6638dc6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 29 Mar 2022 09:54:56 +0200 Subject: [PATCH] chore(tahina): clean --- systems/tahina/configuration.nix | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/systems/tahina/configuration.nix b/systems/tahina/configuration.nix index 6181d43..a1f64d0 100644 --- a/systems/tahina/configuration.nix +++ b/systems/tahina/configuration.nix @@ -11,19 +11,17 @@ in { - { - console.keyMap = "de"; - i18n.defaultLocale = "de_DE.UTF-8"; - services.xserver = { - layout = "de"; - libinput.enable = true; - }; - } - { - nix.nixPath = ["/var/src"]; - } ]; + nix.nixPath = ["/var/src"]; + + console.keyMap = "de"; + i18n.defaultLocale = "de_DE.UTF-8"; + services.xserver = { + layout = "de"; + libinput.enable = true; + }; + users.users.xenos = { name = "xenos"; password = "xenos";