diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-29 12:15:22 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-29 12:38:25 +0530 |
commit | 2a79b770054d1cd4699cdaaae8eab83a8ca92006 (patch) | |
tree | bc1cfef81c101e2882df643be876e5e023cbd764 /features/development.nix | |
parent | d0f36974931b425326ada13780e79666500c05a1 (diff) |
repo: update the project structure
Diffstat (limited to 'features/development.nix')
-rw-r--r-- | features/development.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/features/development.nix b/features/development.nix deleted file mode 100644 index 464b2e0..0000000 --- a/features/development.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, pkgs, ... }: - -{ - environment.systemPackages = with pkgs; [ - nodePackages.bash-language-server - nil - ccls - lua-language-server - man-pages - man-pages-posix - ]; - - documentation.dev.enable = true; -} |