From 67d2554f162a0a376fac06d0c107858593af5385 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 22 Jun 2024 13:44:01 +0200 Subject: [PATCH] chore: remove commented line --- modules/core/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/default.nix b/modules/core/default.nix index 637bda0..fe1d57e 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -14,5 +14,4 @@ ++ [(import ./bluetooth.nix)] ++ [(import ./yubikey.nix)] ++ [(import ./wayland.nix)]; - # ++ [ (import ./virtualization.nix) ]; }