13 lines
282 B
Nix
13 lines
282 B
Nix
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
|
{
|
|
imports = [
|
|
./hyprland.nix
|
|
./animations_effects/top.nix
|
|
./decorations/top.nix
|
|
./notifications/top.nix
|
|
./statusbar_tray/top.nix
|
|
./task_window_workspace_switcher/top.nix
|
|
./window_rules/top.nix
|
|
];
|
|
}
|