mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
xmobar: use dummy package in test
This commit is contained in:
@@ -6,6 +6,7 @@ with lib;
|
||||
config = {
|
||||
programs.xmobar = {
|
||||
enable = true;
|
||||
package = pkgs.writeScriptBin "dummy" "";
|
||||
extraConfig = ''
|
||||
Config
|
||||
{ font = "Fira Code"
|
||||
|
||||
Reference in New Issue
Block a user