From c83d754117cf6176537cdafa80b68cb613fd12ff Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Thu, 12 Jun 2025 21:17:32 +0100 Subject: [PATCH] helios: enable hyprland --- users/jordan/helios.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/jordan/helios.nix b/users/jordan/helios.nix index 8847442..dacd754 100644 --- a/users/jordan/helios.nix +++ b/users/jordan/helios.nix @@ -6,9 +6,12 @@ { imports = [ ./common/optional/graphical/firefox.nix - ./common/optional/graphical/gnome.nix + ./common/optional/graphical/hyprland + ./common/optional/graphical/mimeapps.nix ]; + programs.nh.enable = true; + home.packages = with pkgs; [ jellyfin-media-player ];