From 775902ed40b0d42099f1f607bdd9afc7eb70d222 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 24 Oct 2024 20:19:34 +0700 Subject: [PATCH] nix: moved from nil_ls to nixd --- home/programs/neovim.nix | 2 -- system/default.nix | 4 ++++ system/modules/hyprland.nix | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index 88af296..467e927 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -77,8 +77,6 @@ in curl cargo - nixpkgs-fmt - nil gcc python3 diff --git a/system/default.nix b/system/default.nix index 5fc4f0a..5470020 100644 --- a/system/default.nix +++ b/system/default.nix @@ -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"; } diff --git a/system/modules/hyprland.nix b/system/modules/hyprland.nix index 1124824..933b656 100644 --- a/system/modules/hyprland.nix +++ b/system/modules/hyprland.nix @@ -79,6 +79,7 @@ in extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; }; + programs.file-roller.enable = true; services.greetd = lib.mkIf (cfg.displayManager == "tuigreet") {