From 09582dd12384ee9988b3b88d12d63ee313f6aab7 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Fri, 18 Oct 2024 19:46:40 +0200 Subject: [PATCH] fix: replace , with . --- modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default.nix b/modules/default.nix index 428112a..ca8102b 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -9,6 +9,6 @@ ./power-profiles.nix ./environment.nix ./polkit.nix - ,/networking.nix + ./networking.nix ]; } \ No newline at end of file