1
0
forked from extern/nix-config

containers(dev): Add nix

Useful for running nix shells.
This commit is contained in:
Donovan Glover 2023-06-20 18:51:39 -04:00
parent 5b21e36969
commit db22c24905
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -19,6 +19,7 @@ in
config = { pkgs, ... }: {
imports = [
home-manager.nixosModules.home-manager
../modules/nix.nix
../modules/fish.nix
];