# Your user environment. The Nomarchy desktop (Hyprland, Waybar, # Ghostty, theming engine, Stylix) comes from homeModules.nomarchy; # tune it via the nomarchy.* options, add your own packages and # programs below. { pkgs, ... }: { # Examples: # nomarchy.terminal = "kitty"; # swap the default terminal # nomarchy.waybar.enable = false; # bring your own bar # nomarchy.stylix.enable = false; # opt out of GTK/Qt theming home.packages = with pkgs; [ # firefox ]; }