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;