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

11 lines
236 B
Nix

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