1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(homeros, scardanelli): remove hardcoded xrandrHeads settings

This commit is contained in:
Kierán Meinhardt
2020-09-10 16:36:05 +02:00
parent e9faa01e1b
commit 2dbe03835c
2 changed files with 0 additions and 10 deletions

View File

@@ -5,14 +5,6 @@
./hardware-configuration.nix
];
services.xserver.xrandrHeads = [
{
output = "HDMI1";
primary = true;
}
"LVDS1"
];
environment.systemPackages = [ pkgs.zeroad pkgs.minecraft ];
niveum = {

View File

@@ -5,8 +5,6 @@ let
in {
imports = [ <niveum/configs/default.nix> ./hardware-configuration.nix ];
services.xserver.xrandrHeads = [ "eDP1" ];
users.users.me.openssh.authorizedKeys.keys = [ sshKey.rilke ];
niveum = {