mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Improve wrapper structure
This commit is contained in:
parent
83433f81ea
commit
30c546b57f
20 changed files with 170 additions and 212 deletions
13
wrappers/waybar/default.nix
Normal file
13
wrappers/waybar/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ assembleWrapper, moduleArgs, ... }:
|
||||
let
|
||||
inherit (moduleArgs) pkgs;
|
||||
in
|
||||
assembleWrapper {
|
||||
basePackage = pkgs.waybar;
|
||||
flags = [
|
||||
"--config"
|
||||
./config.jsonc
|
||||
"--style"
|
||||
./style.css
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue