Fixed bash config on homeserver

This commit is contained in:
2026-02-19 14:34:22 +00:00
parent a2ccb82883
commit 0bdb2cd9c7
2 changed files with 0 additions and 14 deletions
-13
View File
@@ -1,13 +0,0 @@
{
inputs,
outputs,
lib,
config,
pkgs,
unstablePkgs,
...
}: {
programs = {
bash.enable = true;
};
}