From 1861c3e6e6113e52a8cc4ce0e9c19ae9c326d99c Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 6 Jun 2023 15:18:25 -0400 Subject: [PATCH] cant get this shit to work --- homeConfig/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfig/home.nix b/homeConfig/home.nix index 064b64c..cfe66cf 100644 --- a/homeConfig/home.nix +++ b/homeConfig/home.nix @@ -8,7 +8,7 @@ home.username = "bryan"; home.homeDirectory = "/home/bryan"; - modules = { + config.modules = { gui.enable = true; browsers.enable = true; alacritty.enable = true;