nixos-config/config/default.nix

10 lines
113 B
Nix

{ pkgs, lib, ... }:
{
imports = [
./config.nix
./packages.nix
./login.nix
./battery.nix
];
}