18 lines
234 B
Nix
18 lines
234 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.hyprland.enable = true;
|
|
imports = [
|
|
./fuzzel.nix
|
|
./hyprexit.nix
|
|
./hyprland.nix
|
|
./hyprpaper.nix
|
|
./mako.nix
|
|
./pipewire.nix
|
|
./polkit.nix
|
|
./utils.nix
|
|
./wlogout.nix
|
|
];
|
|
|
|
|
|
}
|