diff --git a/hosts/kachu-pc/configuration.nix b/hosts/kachu-pc/configuration.nix index f768f36..11b80f9 100644 --- a/hosts/kachu-pc/configuration.nix +++ b/hosts/kachu-pc/configuration.nix @@ -157,6 +157,11 @@ sddm-astronaut-theme vscode ]; + + programs.nix-ld.enable = true; + programs.nix-ld.libraries = with pkgs; [ + ]; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;