diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index e2f2e1a..8c90075 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -10,12 +10,38 @@ networking.hostName = "laptop"; - services.mysql = { enable = true; package = pkgs.mariadb; }; + systemd.tmpfiles.rules = [ + "L+ /run/gdm/.config/monitors.xml - - - - ${pkgs.writeText "gdm-monitors.xml" '' + + + + 0 + 0 + 1 + + + eDP-1 + BOE + 0x074f + 0x00000000 + + + 1920 + 1080 + 60.012 + + + + + + ''}" + ]; + home-manager.users.thiloho = { pkgs, ... }: { programs.git.signing.key = "5CF074CA31DD6686"; home = { stateVersion = "23.05"; };