working on waybar
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user