flake/modules/nixos/default.nix
2024-06-03 15:40:21 +00:00

8 lines
93 B
Nix

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