This commit is contained in:
biscuit
2025-05-14 06:51:16 -05:00
parent 28c1409053
commit d557938f1d
4 changed files with 204 additions and 2 deletions
+6
View File
@@ -2,4 +2,10 @@
programs.waybar = {
enable = true;
};
home.file.".config/waybar" = {
source = builtins.toPath ./custom;
recursive = true;
force = true;
};
}