mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
fix(homeros, scardanelli): remove hardcoded xrandrHeads settings
This commit is contained in:
@@ -5,14 +5,6 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.xrandrHeads = [
|
|
||||||
{
|
|
||||||
output = "HDMI1";
|
|
||||||
primary = true;
|
|
||||||
}
|
|
||||||
"LVDS1"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.zeroad pkgs.minecraft ];
|
environment.systemPackages = [ pkgs.zeroad pkgs.minecraft ];
|
||||||
|
|
||||||
niveum = {
|
niveum = {
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ let
|
|||||||
in {
|
in {
|
||||||
imports = [ <niveum/configs/default.nix> ./hardware-configuration.nix ];
|
imports = [ <niveum/configs/default.nix> ./hardware-configuration.nix ];
|
||||||
|
|
||||||
services.xserver.xrandrHeads = [ "eDP1" ];
|
|
||||||
|
|
||||||
users.users.me.openssh.authorizedKeys.keys = [ sshKey.rilke ];
|
users.users.me.openssh.authorizedKeys.keys = [ sshKey.rilke ];
|
||||||
|
|
||||||
niveum = {
|
niveum = {
|
||||||
|
|||||||
Reference in New Issue
Block a user