Some checks failed
Nix Format Check / check-format (push) Failing after 39s
7 lines
81 B
Nix
7 lines
81 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
# Import all the package modules
|
|
imports = [
|
|
];
|
|
}
|