From f29765a39e8d030c6fa52f1aa342c91d9a3cd366 Mon Sep 17 00:00:00 2001 From: max-ishere <47008271+max-ishere@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:44:24 +0300 Subject: [PATCH] nix: Add fakegreet into the devshell --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index dbe9dcc..bbd60c7 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,8 @@ pkgs.mkShell { clippy pre-commit + + greetd.greetd # fakegreet ]; shellHook = ''