From c612a81db7907fff11973af46885770ed4670ac5 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 13 Sep 2024 16:53:10 -0700 Subject: [PATCH] snowhawk: enable nix-ld --- hosts/snowhawk/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 6622d34..c69098d 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -18,6 +18,7 @@ time.timeZone = "America/Los_Angeles"; snowhawk = { + nix-ld.enable = true; dwm.enable = true; syncthing.enable = true; plymouth.enable = true;