flake/modules/nixos/default.nix
2024-06-06 20:16:24 +00:00

11 lines
117 B
Nix

{ pkgs, lib, ... }: {
imports = [
./core
./system
./desktop
./theme
# </3
./unfree
];
}