diff --git a/home-manager/programs/php/default.nix b/home-manager/programs/php/default.nix index 6031b1044..873e827ac 100644 --- a/home-manager/programs/php/default.nix +++ b/home-manager/programs/php/default.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { home.packages = with pkgs; [ - php nodePackages.intelephense + php ]; } diff --git a/home-manager/programs/tmux/default.nix b/home-manager/programs/tmux/default.nix index ada7ec213..1d53903d2 100644 --- a/home-manager/programs/tmux/default.nix +++ b/home-manager/programs/tmux/default.nix @@ -9,15 +9,15 @@ enable = true; extraConfig = builtins.readFile ./tmux.conf; plugins = with pkgs.tmuxPlugins; [ + continuum + extrakto + open + resurrect sensible - yank tmux-fzf - resurrect - continuum tmux-sessionx tmux-thumbs - open - extrakto + yank ]; }; } diff --git a/named-hosts/matic/default.nix b/named-hosts/matic/default.nix index c135737ac..16148e379 100644 --- a/named-hosts/matic/default.nix +++ b/named-hosts/matic/default.nix @@ -304,12 +304,12 @@ inputs.nixpkgs.lib.nixosSystem { programs.nix-ld.enable = true; programs.nix-ld.libraries = with pkgs; [ # Common libraries needed by security tools - glibc - zlib - openssl curl - libnl + glibc libgcc + libnl + openssl + zlib ]; # Nix settings diff --git a/named-hosts/matic/falcon/default.nix b/named-hosts/matic/falcon/default.nix index 9199a0f8a..29e745b60 100644 --- a/named-hosts/matic/falcon/default.nix +++ b/named-hosts/matic/falcon/default.nix @@ -30,9 +30,9 @@ let inherit version arch src; buildInputs = [ + autoPatchelfHook dpkg zlib - autoPatchelfHook ]; sourceRoot = ".";