Install nil (nix LSP) by default for all systems
This commit is contained in:
parent
be17470475
commit
2961ea8ffd
|
@ -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];
|
||||
}
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
bottom
|
||||
home-manager
|
||||
nix-output-monitor
|
||||
nil
|
||||
];
|
||||
localBinInPath = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue