Moved waybar config into NixOS configuration. Added test script to check config without switching
9 lines
107 B
Nix
9 lines
107 B
Nix
{...}:
|
|
|
|
{
|
|
home.file.".config/waybar" = {
|
|
source = ./config;
|
|
recursive = true;
|
|
};
|
|
}
|