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 = [
|
imports = [
|
||||||
../services/caddy.nix
|
../services/caddy.nix
|
||||||
../services/forgejo.nix
|
../services/forgejo.nix
|
||||||
|
@ -26,5 +22,4 @@
|
||||||
upper = "05:00";
|
upper = "05:00";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [nil];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,6 +73,7 @@
|
||||||
bottom
|
bottom
|
||||||
home-manager
|
home-manager
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
nil
|
||||||
];
|
];
|
||||||
localBinInPath = true;
|
localBinInPath = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue