From 481cb09ec7bb20b428cd1f64d550d7b6f1b451c4 Mon Sep 17 00:00:00 2001 From: min Date: Tue, 31 Dec 2024 23:13:36 -0500 Subject: [PATCH] hyprland --- homes/min/hyprland.nix | 7 +++++++ hosts/mpl/configuration.nix | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 homes/min/hyprland.nix 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 = {