mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
update
This commit is contained in:
parent
20d14bdcb6
commit
c320bacdc8
2 changed files with 17 additions and 17 deletions
|
|
@ -112,7 +112,7 @@ in
|
|||
fsType = "nfs";
|
||||
};
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
# Enable the X11/Wayland windowing system.
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -125,7 +125,7 @@ in
|
|||
[org.gnome.mutter]
|
||||
experimental-features=['scale-monitor-framebuffer']
|
||||
'';
|
||||
extraGSettingsOverridePackages = [ pkgs.gnome.mutter ];
|
||||
extraGSettingsOverridePackages = [ pkgs.mutter ];
|
||||
};
|
||||
|
||||
# Configure keymap in X11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue