working on waybar

This commit is contained in:
2026-03-11 19:57:55 +01:00
parent d6736ab99d
commit 6596f0784d
3 changed files with 353 additions and 348 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
{ lib, pkgs, config, ... }:
let
waybar-config = ./assets/system/conf/config;
waybar-style = ./assets/system/conf/style.css;
# Copy the config and style files into the Nix store
waybar-config = pkgs.writeText "waybar-config" (builtins.readFile ./assets/system/conf/config);
waybar-style = pkgs.writeText "waybar-style" (builtins.readFile ./assets/system/conf/style.css);
in
{
programs.waybar = {