From f63c316a82c546a187130677d1a515b7778f2fb2 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 25 Apr 2024 23:40:34 +0200 Subject: [PATCH] Add nixd --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index c226201..6eab8ba 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -25,6 +25,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ vim + nixd ]; # Define a user account. Don't forget to set a password with ‘passwd’.