From db22c249058233e6780ddeb60635a5b6260441ba Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 20 Jun 2023 18:51:39 -0400 Subject: [PATCH] containers(dev): Add nix Useful for running nix shells. --- containers/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/dev.nix b/containers/dev.nix index 88c2b98..0505cc4 100644 --- a/containers/dev.nix +++ b/containers/dev.nix @@ -19,6 +19,7 @@ in config = { pkgs, ... }: { imports = [ home-manager.nixosModules.home-manager + ../modules/nix.nix ../modules/fish.nix ];