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

10 lines
198 B
Nix

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