ref(nix): moved alejandra to "common"

This commit is contained in:
Léana 江 2024-02-10 18:24:41 +01:00 committed by Léana 江
parent 90980cb81a
commit b4c7abd0e5
5 changed files with 5 additions and 25 deletions

View file

@ -1,12 +1,3 @@
{pkgs, ...}: {
{...}: {
imports = [../common];
home.packages = with pkgs; [
nodePackages.bash-language-server # Bash
nodePackages.vim-language-server # Vim Script
lua-language-server # Lua
nil
alejandra
];
}