From 34fb0f6d36a56c2e1996f5899ce1ac5eb11838f2 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 3 May 2024 02:08:06 -0700 Subject: Fix typos --- home/nipsy/common/core/default.nix | 1 - hosts/darkstar/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/nipsy/common/core/default.nix b/home/nipsy/common/core/default.nix index 4b8104a..8d62904 100644 --- a/home/nipsy/common/core/default.nix +++ b/home/nipsy/common/core/default.nix @@ -2,7 +2,6 @@ { imports = [ ./bash.nix - ./fonts.nix ./git.nix #./ssh.nix ./tmux diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix index f50a162..d47056a 100644 --- a/hosts/darkstar/default.nix +++ b/hosts/darkstar/default.nix @@ -52,7 +52,7 @@ domain = "bitgnome.net"; #networkmanager.enable = true; nftables.enable = true; - wireless.eanble = true; + wireless.enable = true; }; system.stateVersion = "23.11"; -- cgit v1.2.3