nixos/modules/default.nix

11 lines
113 B
Nix

{ lib, ... }:
{
imports = [
./dwm.nix
./i18n.nix
];
snowhawk.i18n.enable = lib.mkDefault true;
}