OK, I think I had already done that?

This commit is contained in:
Annika Merris 2024-05-27 12:23:05 -04:00
parent fc20b5dc4a
commit 1fe3baf4bc

View file

@ -77,15 +77,6 @@ inputs.nixpkgs.lib.nixosSystem {
# Utilities
# git is not optional
yubikey.enable = true;
programs = {
home-manager.enable = true;
# direnv = {
# enable = true;
# enableBashIntegration = true;
# nix-direnv.enable = true;
# };
};
}
];
}