Install nil (nix LSP) by default for all systems

This commit is contained in:
Evie Litherland-Smith 2024-05-11 17:11:45 +01:00
parent be17470475
commit 2961ea8ffd
2 changed files with 2 additions and 6 deletions

View file

@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: {
{...}: {
imports = [
../services/caddy.nix
../services/forgejo.nix
@ -26,5 +22,4 @@
upper = "05:00";
};
};
environment.systemPackages = with pkgs; [nil];
}

View file

@ -73,6 +73,7 @@
bottom
home-manager
nix-output-monitor
nil
];
localBinInPath = true;
};