nix: moved from nil_ls to nixd
This commit is contained in:
parent
37e6c5d0c7
commit
775902ed40
|
@ -77,8 +77,6 @@ in
|
||||||
|
|
||||||
curl
|
curl
|
||||||
cargo
|
cargo
|
||||||
nixpkgs-fmt
|
|
||||||
nil
|
|
||||||
|
|
||||||
gcc
|
gcc
|
||||||
python3
|
python3
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
profile-path,
|
profile-path,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
@ -88,7 +89,10 @@
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
nvd
|
nvd
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
|
nixd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
|
|
||||||
services.dbus.implementation = "broker";
|
services.dbus.implementation = "broker";
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,6 +79,7 @@ in
|
||||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.file-roller.enable = true;
|
programs.file-roller.enable = true;
|
||||||
|
|
||||||
services.greetd = lib.mkIf (cfg.displayManager == "tuigreet") {
|
services.greetd = lib.mkIf (cfg.displayManager == "tuigreet") {
|
||||||
|
|
Loading…
Reference in a new issue