summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-06-29 15:59:20 +0530
committersinanmohd <sinan@sinanmohd.com>2023-07-01 08:54:34 +0530
commita37d221877e0a4a8e738fb36f0c1dcd83336499d (patch)
tree21eee8890d2bcb38cd8344dbb21654bebcc6912f
parentf792b822d8f9e2b5345e3c2343593ba2feb76029 (diff)
cleaup: spelling errors
-rw-r--r--configuration.nix6
1 files 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