diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 6635cbe..97e5296 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -1,11 +1,15 @@ { config, pkgs, ... }: { - programs.hyprland = { - enable = true; - xwayland.enable = true; + programs = { + zsh.enable = true; + ssh.startAgent = true; + hyprland = { + enable = true; + xwayland.enable = true; + } }; - + services.displayManager = { enable = true; defaultSession = "hyprland";