Steam deck perhaps

This commit is contained in:
2023-06-24 16:27:46 +01:00
parent 5eb965823e
commit 8864fc294d
120 changed files with 208 additions and 339 deletions

View File

@@ -0,0 +1,18 @@
{
config,
pkgs,
lib,
hostname,
...
}: {
programs.waybar = {
enable = true;
package = pkgs.waybar-hyprland;
settings = {
main = lib.importJSON ./config.json;
};
style = ./style.css;
};
home.file.".config/waybar/macchiato.css".source = ./macchiato.css;
}