Keep going

This commit is contained in:
2023-02-08 23:02:36 +00:00
parent a7e729c29f
commit c8727a52d4
7 changed files with 55 additions and 16 deletions

View File

@@ -0,0 +1,14 @@
{
config,
pkgs,
lib,
hostname,
...
}: {
programs.waybar = {
enable = true;
settings = {
main = lib.importJSON ./config.json;
};
};
}