This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-nix/nix/home/hyprland/default.nix

13 lines
225 B
Nix

{ ... }:
{
imports = [
./hyprland.nix
./hyprland-bindings.nix
./hyprland-execution.nix
./hyprland-general.nix
./hyprland-graphics.nix
./hyprland-input.nix
./hyprland-window_rules.nix
];
}