feat: remove nix-ld

This commit is contained in:
tux
2024-11-01 15:24:15 +05:30
parent d7209acd9c
commit 89651d1630
3 changed files with 0 additions and 12 deletions

View File

@ -91,10 +91,6 @@
programs = {
zsh.enable = true;
nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;
};
dconf.enable = true;
};

View File

@ -134,10 +134,6 @@
programs = {
zsh.enable = true;
nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;
};
dconf.enable = true;
};

View File

@ -35,10 +35,6 @@
enable = true;
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
};
nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;
};
nm-applet.enable = true;
};