flake/modules/nixos/default.nix
2025-01-17 20:46:50 +00:00

13 lines
141 B
Nix

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