Facilitating environment for singular home.nix file

This commit is contained in:
lulusilly 2025-09-01 10:44:42 -04:00
parent 55d6681e03
commit ad7e4d0704
2 changed files with 28 additions and 0 deletions

16
.config/waybar/config Normal file
View file

@ -0,0 +1,16 @@
[
{
"layer": "top",
"modules-center": [
"clock"
],
"modules-left": [
"hyprland/workspaces",
"hyprland/window"
],
"modules-right": [
"battery"
],
"position": "top"
}
]