mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-05-30 23:52:01 +01:00
Fixed bash config on homeserver
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./core.nix
|
./core.nix
|
||||||
./homeserver/packages.nix
|
./homeserver/packages.nix
|
||||||
./homeserver/programs.nix
|
|
||||||
./homeserver/containers.nix
|
./homeserver/containers.nix
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
inputs,
|
|
||||||
outputs,
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
unstablePkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
programs = {
|
|
||||||
bash.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user