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

12
.config/waybar/style.css Normal file
View file

@ -0,0 +1,12 @@
* {
font-family: "JetBrainsMono Nerd Font", monospace;
font-size: 13px;
}
#window {
/* Example: style the window module */
background-color: #333333;
color: #fca944;
border-radius: 8px;
padding: 0 10px;
}