diff --git a/home-manager/desktop.nix b/home-manager/desktop.nix index d51249f..0e7f6b3 100644 --- a/home-manager/desktop.nix +++ b/home-manager/desktop.nix @@ -135,7 +135,7 @@ in { # x11 carbon input."2:10:TPPS/2_Elan_TrackPoint".accel_profile = "flat"; - output."California Institute of Technology 0x1403 Unknown".bg = bg.x11carbon; + output."California Institute of Technology 0x1403".bg = bg.x11carbon; input."1739:30383:DLL075B:01_06CB:76AF_Touchpad" = { natural_scroll = "enabled"; tap = "enabled"; diff --git a/nixos/machines/smithers/x11.nix b/nixos/machines/smithers/x11.nix index 0d9aea5..cd14a76 100644 --- a/nixos/machines/smithers/x11.nix +++ b/nixos/machines/smithers/x11.nix @@ -13,7 +13,10 @@ boot.supportedFilesystems = [ "zfs" ]; boot.kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages; - networking.wireless.enable = true; + networking.wireless = { + enable = false; + iwd.enable = true; + }; networking.hostId = "54a8968e"; services.zfs.autoScrub.enable = true;