fix desktop to work with refactor

This commit is contained in:
Noah Masur
2023-01-21 09:29:03 -05:00
parent 2dda6a31bd
commit e7bbee5da0
11 changed files with 36 additions and 34 deletions

View File

@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }: {
config = lib.mkIf (config.physical && config.isLinux) {
config = lib.mkIf (config.physical && pkgs.stdenv.isLinux) {
# Enables wireless support via wpa_supplicant.
networking.wireless.enable = true;