lots of shit

This commit is contained in:
fwastring 2025-10-06 13:33:47 +02:00
parent b55175a527
commit 5d10961778
17 changed files with 475 additions and 256 deletions

View file

@ -0,0 +1,25 @@
{
config,
inputs,
pkgs,
...
}:
let
in
{
programs = {
waybar = {
enable = true;
systemd = {
enable = true;
};
};
};
xdg.configFile."waybar/config.jsonc".source = ./waybar.jsonc;
xdg.configFile."waybar/style.css".source = ./waybar.css;
# catppuccin.waybar = {
# enable = true;
# flavor = "latte";
# };
}