mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 09:47:54 +02:00
meta: Rename shared.nix to default.nix
This should make it easier to tell that this is the default configuration inherited by all containers.
This commit is contained in:
@ -57,7 +57,7 @@ in
|
||||
|
||||
config = { lib, pkgs, ... }: {
|
||||
imports = [
|
||||
../containers/shared.nix
|
||||
../containers
|
||||
../containers/wine.nix
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user