mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
12 lines
238 B
Nix
12 lines
238 B
Nix
{
|
|
imports = [
|
|
./hardware/monitors.nix
|
|
./hardware/audio.nix
|
|
./desktop/fonts.nix
|
|
./desktop/greetd.nix
|
|
./desktop/hyprland/default.nix
|
|
./desktop/astal/default.nix
|
|
./apps/firefox.nix
|
|
./apps/ghostty.nix
|
|
];
|
|
}
|