12 lines
268 B
Nix
12 lines
268 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
|
|
../system/theme/default.nix
|
|
];
|
|
}
|