mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 05:00:13 +00:00
fix desktop to work with refactor
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user