diff options
Diffstat (limited to '')
-rw-r--r-- | home/nipsy/common/core/default.nix | 1 | ||||
-rw-r--r-- | hosts/darkstar/default.nix | 2 |
2 files changed, 1 insertions, 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"; |