From 40a428eaa64fae84ca1909b9fabbf612c717a218 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:21:50 +0300 Subject: [PATCH] it no work --- default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/default.nix b/default.nix index 1d019dce..509bc6d9 100644 --- a/default.nix +++ b/default.nix @@ -47,12 +47,6 @@ }; }; - # TODO(sako):: figure out plymouth and why my system is too fast - boot.plymouth = { - enable = true; - }; - - # this shouldnt cause any issues right? networking.networkmanager.enable = true;