Moved waybar config into NixOS configuration. Added test script to check config without switching
12 lines
202 B
Nix
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;
|
|
}
|