☄ Enter waybar

Moved waybar config into NixOS configuration.

Added test script to check config without switching
This commit is contained in:
2024-12-29 22:13:25 +01:00
parent a2f141a290
commit a65404bb8c
8 changed files with 276 additions and 4 deletions

View File

@ -0,0 +1,8 @@
{...}:
{
home.file.".config/waybar" = {
source = ./config;
recursive = true;
};
}