mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
8 lines
272 B
Nix
8 lines
272 B
Nix
{ pkgs, lib, ... }:
|
|
|
|
{
|
|
home.file.".config/waybar/config.jsonc".text = builtins.readFile ./config-offline.jsonc;
|
|
home.file.".config/waybar/style.css".text = builtins.readFile ./style.css;
|
|
home.file.".config/waybar/mesu.jsonc".text = builtins.readFile ./mesu.jsonc;
|
|
|
|
} |