diff options
author | sinanmohd <sinan@firemail.cc> | 2023-06-29 15:59:20 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-01 08:54:34 +0530 |
commit | 1eba82b4eed21019813331faa4ed3afbaaf38ab3 (patch) | |
tree | 21eee8890d2bcb38cd8344dbb21654bebcc6912f | |
parent | ba8049e7cf1381c7ad489430f8d1d7f56db109c5 (diff) |
cleaup: spelling errors
-rw-r--r-- | configuration.nix | 6 |
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 |