Added special keybind definition files Created new hyprland-specific config dir
13 lines
132 B
Nix
13 lines
132 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./hyprland
|
|
./hyprpaper.nix
|
|
./hypridle.nix
|
|
./hyprlock.nix
|
|
];
|
|
}
|