mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
14 lines
245 B
Nix
14 lines
245 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hyprland/general.nix
|
|
./hyprland/looks.nix
|
|
./hyprland/layouts.nix
|
|
./hyprland/hardware.nix
|
|
./hyprland/apps.nix
|
|
./hyprland/workspaces.nix
|
|
./hyprland/env.nix
|
|
./hyprland/autostart.nix
|
|
];
|
|
}
|