mirror of
https://github.com/nix-community/home-manager
synced 2024-12-21 09:19:47 +01:00
xmobar: use dummy package in test
This commit is contained in:
parent
97d183e2e4
commit
06ee8ec8df
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ with lib;
|
||||||
config = {
|
config = {
|
||||||
programs.xmobar = {
|
programs.xmobar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.writeScriptBin "dummy" "";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
Config
|
Config
|
||||||
{ font = "Fira Code"
|
{ font = "Fira Code"
|
||||||
|
|
Loading…
Reference in a new issue