working home manager switch without --impure

This commit is contained in:
John Lancaster
2026-03-08 12:31:03 -05:00
parent c45a48039e
commit e25f7420ff
9 changed files with 109 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
{
flake.homeModules.bash = { pkgs, lib, ... }:
flake.homeModules.bash = { pkgs, ... }:
{
programs.bash = {
enable = true;