nix: moved from nil_ls to nixd

This commit is contained in:
Tigor Hutasuhut 2024-10-24 20:19:34 +07:00
parent 37e6c5d0c7
commit 775902ed40
3 changed files with 5 additions and 2 deletions

View file

@ -77,8 +77,6 @@ in
curl
cargo
nixpkgs-fmt
nil
gcc
python3

View file

@ -3,6 +3,7 @@
profile-path,
config,
pkgs,
inputs,
...
}:
{
@ -88,7 +89,10 @@
nix-output-monitor
nvd
nixfmt-rfc-style
nixd
];
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
services.dbus.implementation = "broker";
}

View file

@ -79,6 +79,7 @@ in
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
};
programs.file-roller.enable = true;
services.greetd = lib.mkIf (cfg.displayManager == "tuigreet") {