feat: add xorg

main
mandlm 2022-06-19 18:40:00 +02:00
parent 74c9f36620
commit 34dc388d03
2 changed files with 22 additions and 1 deletions

View File

@ -14,6 +14,27 @@
powerManagement.enable = true;
services.xserver = {
enable = true;
windowManager.i3.enable = true;
layout = "de";
libinput = {
enable = true;
touchpad = {
horizontalScrolling = false;
naturalScrolling = true;
};
};
displayManager = {
defaultSession = "none+i3";
autoLogin = {
enable = true;
user = "mandlm";
};
};
};
time.timeZone = "Europe/Berlin";
services.timesyncd.enable = true;

View File

@ -9,7 +9,7 @@
uid = 1000;
home = "/home/mandlm";
shell= pkgs.zsh;
extraGroups = [ "wheel" "networkmanager" ];
extraGroups = [ "wheel" "audio" "video" "input" ];
hashedPassword = "$6$wV6dzYlgke5tN01q$rCMP/Hquss/1BgKarnZUkmejpBtjEcwmlUhbhAAmjc2Pwdbztp3yr/bD/LJ63XoZ0oD7yhTMqbECDdMqNKKDe/";
openssh.authorizedKeys.keys = [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI6NmrDRvDtUkeJM8cE7DvZKtiNBKUQ+30MhOX4BwWPzN2b+kM+TjZ5Dtiln+Zbk/QToCDFir+CIKHshpgtCPAvVkjmldeqqflKKUkShTjWfF2zRwEql58DGaTuJqPgMhS9ZVDI5OL6VoecSxWOLSKCqGu4R+yJJnTRBSaoHNzBsq81psYk/yty+QofbWsJktjJc2r3JSuM8UUVkCVqcYS9wd/3vW3NbkqOL7KJhktsJa6sBZfTs1Yr1lpKqJou24CE1TGwTxiZ7SASjiRzbtK7J9jJBCjZ80hgEp/Cop0caaVw7aedo6xRC26X2TSm7ljAdvcPew9m6ayxuLaV9Nz mandlm@apache" ];
};