helios: enable hyprland
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m18s

This commit is contained in:
2025-06-12 21:17:32 +01:00
parent 71ff49c411
commit c83d754117

View File

@ -6,9 +6,12 @@
{ {
imports = [ imports = [
./common/optional/graphical/firefox.nix ./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; [ home.packages = with pkgs; [
jellyfin-media-player jellyfin-media-player
]; ];