mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Adjust config for pc wayland
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user