9 lines
92 B
Nix
9 lines
92 B
Nix
{
|
|
imports = [
|
|
./settings.nix
|
|
./style.nix
|
|
];
|
|
|
|
programs.waybar.enable = true;
|
|
}
|