summaryrefslogtreecommitdiff
path: root/systems/glados-wsl/default.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-01-30 15:59:14 -0500
committerSeth Flynn <[email protected]>2025-01-30 15:59:14 -0500
commit2cb88853c98a962568294dd7aa42f5f9accd0c26 (patch)
tree8d440df8b2fb88c9cfd22af0d138226f449a7366 /systems/glados-wsl/default.nix
parent4f6df1cb6f9705d98b4d648cd73f98896c0e081b (diff)
glados-wsl: use nix-ld
Diffstat (limited to 'systems/glados-wsl/default.nix')
-rw-r--r--systems/glados-wsl/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix
index 5c191f0..dbba753 100644
--- a/systems/glados-wsl/default.nix
+++ b/systems/glados-wsl/default.nix
@@ -8,7 +8,7 @@
profiles.personal.enable = true;
environment.systemPackages = with pkgs; [
- wget
+ wget # For VSCode
wslu
];
@@ -18,6 +18,10 @@
nixpkgs.hostPlatform = "x86_64-linux";
+ programs = {
+ nix-ld.enable = true;
+ };
+
# Something, something `resolv.conf` error
# (nixos-wsl probably doesn't set it)
security.apparmor.enable = false;