From 0c7a0e0414cf5c85134e92cf90885987ad1af486 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 6 Jan 2026 09:53:36 +0000 Subject: [PATCH] Enabled guix --- nixos/worklaptop/services.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/worklaptop/services.nix b/nixos/worklaptop/services.nix index d07b4a8..a10c714 100644 --- a/nixos/worklaptop/services.nix +++ b/nixos/worklaptop/services.nix @@ -32,6 +32,9 @@ # Enable flatpaks flatpak.enable = true; + # Add guix, as it is a common tool for reproducibility in comp sci + guix.enable = true; + # Enable the OpenSSH daemon and other remote tools. openssh.enable = true;