Martin Berg Alstad a65404bb8c
☄ Enter waybar
Moved waybar config into NixOS configuration.

Added test script to check config without switching
2024-12-29 22:13:25 +01:00

12 lines
202 B
Nix

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