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