nixos-config/home-manager/stvnliu/hypr/default.nix
Zhongheng Liu a29235acb6
feat: further structure hyprland configuration
Added special keybind definition files
Created new hyprland-specific config dir
2024-10-02 17:32:17 +03:00

13 lines
132 B
Nix

{
pkgs,
config,
lib,
...
}: {
imports = [
./hyprland
./hyprpaper.nix
./hypridle.nix
./hyprlock.nix
];
}