From: Duje Mihanović <duje.mihanovic@skole.hr>
Date: Fri, 22 Sep 2023 20:42:43 +0000 (+0200)
Subject: Fix errors in laptop config
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/git-logo.png?a=commitdiff_plain;p=nixos-configuration.git

Fix errors in laptop config
---

diff --git a/configs/laptop.nix b/configs/laptop.nix
index e6c8903..89664bc 100644
--- a/configs/laptop.nix
+++ b/configs/laptop.nix
@@ -2,7 +2,6 @@
 
 {
   networking.networkmanager.enable = true;
-  networking.wireless.enable = true;
 
   time.timeZone = "Europe/Zagreb";
 
@@ -38,7 +37,7 @@
     enable = true;
     audio.enable = true;
     alsa.enable = true;
-    alsa.enable32Bit = true;
+    alsa.support32Bit = true;
     pulse.enable = true;
   };