diff --git a/homes/min/hyprland.nix b/homes/min/hyprland.nix new file mode 100644 index 0000000..a5ed57d --- /dev/null +++ b/homes/min/hyprland.nix @@ -0,0 +1,7 @@ +_: { + programs.kitty.enable = true; + wayland.windowManager.hyprland = { + enable = true; + xwayland.enable = true; + }; +} diff --git a/hosts/mpl/configuration.nix b/hosts/mpl/configuration.nix index 32da140..1c79cce 100644 --- a/hosts/mpl/configuration.nix +++ b/hosts/mpl/configuration.nix @@ -48,6 +48,9 @@ programs.zsh.enable = true; users.defaultUserShell = pkgs.zsh; + # Enable hyprland (needed for home-manager module) + programs.hyprland.enable = true; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. programs.gnupg.agent = {