nixos-config/configurations/profile/os/default.nix

10 lines
94 B
Nix

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