From 5112a291d92b58c6b8a514631a2188268dfbdc08 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Thu, 30 Sep 2021 21:30:35 +0200 Subject: [PATCH] fixed name of module --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bd88547..afd7e4d 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ hosts.nixos-desktop.modules = [ ./hosts/nixos-desktop ./modules/gaming - ./modules/darling-erasure.nix + ./modules/darling-erasure ]; }; }