Files
nixos/modules/system.nix
T
2025-05-15 14:04:28 -05:00

9 lines
165 B
Nix

{ ... }: {
imports = [
../system/firefox/default.nix
../system/astal/default.nix
../system/hyprland/default.nix
../system/fonts/default.nix
];
}