Apps: Replace nixd with nil
This commit is contained in:
parent
053fdff41f
commit
16ca9d8599
|
@ -20,6 +20,7 @@ in
|
|||
(lib.mkIf cfg.enable {
|
||||
aux.system = {
|
||||
packages = with pkgs; [
|
||||
nil # Nix Language server: https://github.com/oxalica/nil
|
||||
nix-prefetch-scripts
|
||||
];
|
||||
ui.flatpak = {
|
||||
|
|
Loading…
Reference in a new issue