2025-01-06 21:18:45 +01:00
|
|
|
# Home configurations for Hyprland. For system configs, see ./modules/hyprland
|
2024-12-29 21:49:16 +01:00
|
|
|
{
|
|
|
|
imports = [
|
2025-01-06 20:44:32 +01:00
|
|
|
./binds.nix
|
2024-12-30 23:19:40 +01:00
|
|
|
./hypridle
|
2024-12-31 00:38:23 +01:00
|
|
|
./hyprlock
|
2025-01-09 19:52:08 +01:00
|
|
|
./hyprpanel
|
2025-01-12 20:32:36 +01:00
|
|
|
./hyprpaper.nix
|
2025-01-07 20:18:30 +01:00
|
|
|
./hyprshot.nix
|
2025-01-06 20:44:32 +01:00
|
|
|
./settings.nix
|
2024-12-29 21:49:16 +01:00
|
|
|
];
|
|
|
|
|
2025-01-11 23:24:55 +01:00
|
|
|
wayland.windowManager.hyprland = {
|
|
|
|
enable = true;
|
|
|
|
systemd.variables = [ "--all" ]; # Import environment into systemd
|
|
|
|
};
|
2024-12-29 21:49:16 +01:00
|
|
|
}
|