fix: nix-ld globally
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
wsl.enable = true;
|
wsl.enable = true;
|
||||||
wsl.defaultUser = "luca";
|
wsl.defaultUser = "luca";
|
||||||
networking.hostName = meta.hostname;
|
networking.hostName = meta.hostname;
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
hm.enable = true;
|
hm.enable = true;
|
||||||
users.users.luca.shell = pkgs.zsh;
|
users.users.luca.shell = pkgs.zsh;
|
||||||
|
|
||||||
|
|||||||
@@ -7,4 +7,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
config.commonPackages = with pkgs; [ wget busybox curl stow ];
|
config.commonPackages = with pkgs; [ wget busybox curl stow ];
|
||||||
|
config.programs.nix-ld.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user