18 lines
355 B
Nix
18 lines
355 B
Nix
# Home configurations for Hyprland. For system configs, see ./modules/hyprland
|
|
{
|
|
imports = [
|
|
./binds.nix
|
|
./hypridle
|
|
./hyprlock
|
|
./hyprpanel
|
|
./hyprpaper.nix
|
|
./hyprshot.nix
|
|
./settings.nix
|
|
];
|
|
|
|
wayland.windowManager.hyprland = {
|
|
enable = true;
|
|
systemd.variables = [ "--all" ]; # Import environment into systemd
|
|
};
|
|
}
|