From 8b109af08b0d84ad42f401fd23e47e306768e364 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 16 Apr 2026 13:32:22 +0200 Subject: [PATCH] fix: add 'devenv' to 'astyanax' and 'work' hosts --- home/hosts/astyanax/default.nix | 1 + home/hosts/work/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home/hosts/astyanax/default.nix b/home/hosts/astyanax/default.nix index da4fe9c6..c2d96d79 100644 --- a/home/hosts/astyanax/default.nix +++ b/home/hosts/astyanax/default.nix @@ -15,6 +15,7 @@ ../../modules/cloud ../../modules/comms ../../modules/desktop/niri + ../../modules/devenv ../../modules/direnv ../../modules/git ../../modules/k8s/k9s.nix diff --git a/home/hosts/work/default.nix b/home/hosts/work/default.nix index ad70db3e..a9b491b1 100644 --- a/home/hosts/work/default.nix +++ b/home/hosts/work/default.nix @@ -21,6 +21,7 @@ in ../../modules/database ../../modules/dconf ../../modules/desktop/niri + ../../modules/devenv ../../modules/direnv ../../modules/docker ../../modules/git