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