From a37d221877e0a4a8e738fb36f0c1dcd83336499d Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 29 Jun 2023 15:59:20 +0530 Subject: cleaup: spelling errors --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 934f0d2..0225bfc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,17 +12,17 @@ efi.canTouchEfiVariables = true; }; - # netwroking + # networking time.timeZone = "Asia/Kolkata"; - # sound. + # sound sound.enable = true; hardware.pulseaudio.enable = true; # users users.users.sinan = { isNormalUser = true; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" ]; packages = with pkgs; [ w3m neofetch -- cgit v1.2.3