From f1ac919c8207945d74c902f655ace08e96775bdc Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 7 Aug 2024 05:50:32 -0700 Subject: [PATCH] little-lightning: fix sources --- hosts/little-lightning/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/little-lightning/home.nix b/hosts/little-lightning/home.nix index c888319..fcf7a58 100644 --- a/hosts/little-lightning/home.nix +++ b/hosts/little-lightning/home.nix @@ -8,7 +8,7 @@ snowhawk = { alacritty.enable = true; macos.enable = true; - sources = true; + sources.enable = true; ssh = { enable = true; homeNetwork = true;