Nixerus/configurations/profile/os/default.nix

7 lines
61 B
Nix

{ config, pkgs, ... }:
{
imports = [
./nix.nix
];
}