In my system currently, I have Hyprland that uses the default location of config file:
~/.config/hypr/hyprland.conf
but I want to have the configuration inside my dotfiles. I saw that hyprland provides an option to change the location with --config
option (reference: Hyprland Wik/Cofiguring and Mankier/Hyprland).
But running hyprland --config ~/.dotfiles/path-to-config/hyprland.conf
only opens a new window with a new hyprland session (?).
I tried to check whether NixOS has an option for it or not but NixOS Option Search page shows up nothing on changing the configuration.
Is there a way to change the location of Hyprland config file in NixOS?