From 4f73790d2212503b412954ccd270f863b168095e Mon Sep 17 00:00:00 2001 From: illustris Date: Fri, 5 May 2023 01:26:22 +0530 Subject: [PATCH] enable debug symbols, add emacs tf mode --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 432a353..8c3adcf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,6 +29,7 @@ }; environment = { + enableDebugInfo = true; etc.nixpkgs.source = pkgs.path; systemPackages = with pkgs; [ asciinema @@ -93,6 +94,7 @@ puppet-mode python-mode strace-mode + terraform-mode verilog-mode yaml-mode ])