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