Adjust config for pc wayland

This commit is contained in:
thiloho
2023-06-01 23:51:51 +02:00
parent 422e396bbd
commit 4ce1bc851b
3 changed files with 16 additions and 18 deletions

View File

@@ -7,10 +7,14 @@
../shared.nix
];
services.xserver.windowManager.i3.extraSessionCommands = "xrandr --output DP-1 --left-of DP-2 --mode 1920x1080 --rate 144 --output DP-2 --mode 1920x1080 --rate 144";
networking.hostName = "pc";
services.xserver = {
enable = true;
desktopManager.gnome.enable = true;
displayManager.gdm.enable = true;
};
home-manager.users.thiloho = { pkgs, ... }: {
programs.git = {
signing = {