2152a3f207
it's hacky as Selby, but it's better than no test
7 lines
109 B
Nix
7 lines
109 B
Nix
{ pkgs, ... } :
|
|
{
|
|
imports= [./config-ext4.nix];
|
|
defaultProfile.packages = with pkgs; [
|
|
figlet
|
|
];
|
|
}
|