mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +01: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:
parent
ba10f28513
commit
ec496e1a69
@ -22,8 +22,9 @@
|
||||
};
|
||||
|
||||
environment = {
|
||||
defaultPackages = [ ];
|
||||
variables.TERM = "xterm-kitty";
|
||||
variables = {
|
||||
TERM = "xterm-kitty";
|
||||
};
|
||||
|
||||
sessionVariables = {
|
||||
WAYLAND_DISPLAY = "wayland-1";
|
@ -57,7 +57,7 @@ in
|
||||
|
||||
config = { lib, pkgs, ... }: {
|
||||
imports = [
|
||||
../containers/shared.nix
|
||||
../containers
|
||||
../containers/wine.nix
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user