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

View File

@@ -10,7 +10,6 @@
imports = [
./core.nix
./homeserver/packages.nix
./homeserver/programs.nix
./homeserver/containers.nix
inputs.sops-nix.homeManagerModules.sops
];

View File

@@ -1,13 +0,0 @@
{
inputs,
outputs,
lib,
config,
pkgs,
unstablePkgs,
...
}: {
programs = {
bash.enable = true;
};
}