mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
change package to nix-ld-rs
This commit is contained in:
@ -92,7 +92,10 @@
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
|
||||
};
|
||||
nix-ld.enable = true;
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
package = pkgs.nix-ld-rs;
|
||||
};
|
||||
nm-applet.enable = true;
|
||||
noisetorch.enable = true;
|
||||
};
|
||||
|
@ -31,7 +31,10 @@
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
nix-ld.enable = true;
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
package = pkgs.nix-ld-rs;
|
||||
};
|
||||
dconf.enable = true;
|
||||
};
|
||||
|
||||
|
@ -27,10 +27,13 @@
|
||||
programs = {
|
||||
ssh.startAgent = true;
|
||||
zsh.enable = true;
|
||||
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
libraries = config.hardware.opengl.extraPackages;
|
||||
package = pkgs.nix-ld-rs;
|
||||
};
|
||||
|
||||
dconf.enable = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user