diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index cfe0760..777a277 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -1,4 +1,4 @@ -{ inputs, ... }: +{ inputs, pkgs, ... }: { imports = [ @@ -26,6 +26,35 @@ programs.adb.enable = true; users.users.thiloho.extraGroups = [ "adbusers" ]; + # Use same monitor settings for GDM as for GNOME user + systemd.tmpfiles.rules = [ + "L+ /run/gdm/.config/monitors.xml - - - - ${pkgs.writeText "gdm-monitors.xml" '' + + + + 0 + 0 + 2 + yes + + + DP-3 + GBT + M27U + 23323B000497 + + + 3840 + 2160 + 160.000 + + + + + + ''}" + ]; + home-manager.users.thiloho = { pkgs, lib, ... }: { programs.git.signing.key = "5ECD00BDC15A987E"; home = {