7 lines
90 B
Nix
7 lines
90 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./programs/default-laptop.nix ./default.nix ];
|
|
|
|
}
|