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") {