fixing warning

This commit is contained in:
Jet Pham 2024-03-14 19:09:41 -07:00
parent d7e3c25116
commit 72e17f8ca3
4 changed files with 14 additions and 15 deletions

View file

@ -14,7 +14,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "laptop"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
@ -50,9 +50,9 @@
services.xserver.desktopManager.plasma5.enable = true;
# Configure keymap in X11
services.xserver = {
services.xserver.xkb = {
layout = "us";
xkbVariant = "";
variant = "";
};
# Enable CUPS to print documents.