4 lines
54 B
Nix
4 lines
54 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [ ./base.nix ];
|
|
}
|
{ config, pkgs, ... }: {
|
|
imports = [ ./base.nix ];
|
|
}
|