nix: moved from nil_ls to nixd
This commit is contained in:
parent
37e6c5d0c7
commit
775902ed40
|
@ -77,8 +77,6 @@ in
|
|||
|
||||
curl
|
||||
cargo
|
||||
nixpkgs-fmt
|
||||
nil
|
||||
|
||||
gcc
|
||||
python3
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -79,6 +79,7 @@ in
|
|||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
||||
|
||||
programs.file-roller.enable = true;
|
||||
|
||||
services.greetd = lib.mkIf (cfg.displayManager == "tuigreet") {
|
||||
|
|
Loading…
Reference in a new issue