This commit is contained in:
LunarAkai 2025-03-14 21:15:05 +01:00
commit c7b296b96f
6 changed files with 36 additions and 19 deletions

View file

@ -6,7 +6,6 @@
pkgs,
...
}: {
imports = [
./common
];
@ -14,7 +13,7 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
nixd # Nix LSP
alejandra # formatter
fd-find
];
}