diff options
-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 |