From a571084a89247cdb9af6736c498af89ea53404c0 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 26 Oct 2024 10:04:04 +0200 Subject: [PATCH] feat(Zephyrus): Enable `nix-ld` --- hosts/Zephyrus/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/Zephyrus/default.nix b/hosts/Zephyrus/default.nix index 5e16b11..b164879 100644 --- a/hosts/Zephyrus/default.nix +++ b/hosts/Zephyrus/default.nix @@ -58,6 +58,9 @@ # Gaming programs.gamemode.enable = true; + # Other + programs.nix-ld.enable = true; + # User config users.groups.gaspard = { name = "gaspard";