Martin Berg Alstad a2f141a290
🔐 Enter hyprland.conf
Moved hyprland config into NixOS configuration.

Moved hyprcursor under hyprland config.
2024-12-29 21:49:16 +01:00

11 lines
189 B
Nix

# Home configurations for Hyprland. For system configs, see ./hyprland
{ ... }:
{
imports = [
./hyprcursor
];
home.file.".config/hypr/hyprland.conf".source = ./hyprland.conf;
}