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:
@@ -5,14 +5,6 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.xserver.xrandrHeads = [
|
||||
{
|
||||
output = "HDMI1";
|
||||
primary = true;
|
||||
}
|
||||
"LVDS1"
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.zeroad pkgs.minecraft ];
|
||||
|
||||
niveum = {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user