From c5eb1b736078d9fd96391aa0c3752c6a75df800e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Mar 2019 12:04:56 -0700 Subject: [PATCH 1/2] [taffybar] Cleanup config --- dotfiles/config/taffybar/taffybar.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index 451f3066..f7839996 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -172,11 +172,12 @@ main = do ] simpleTaffyConfig = selectedConfig { centerWidgets = map (>>= buildContentsBox) [] - -- , endWidgets = [] + , endWidgets = [] + , startWidgets = [] } startTaffybar $ appendHook notifySystemD $ - appendHook (void $ getHost False) $ + appendHook (getHost False) $ withLogServer $ withToggleServer $ toTaffyConfig simpleTaffyConfig From 7de8ece879d04d84e4e3391509a7e739c9584879 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Mar 2019 12:05:36 -0700 Subject: [PATCH 2/2] [NixOS] Remove unnecessary comment from configuration --- nixos/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 056b0c03..5d91a0d6 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -74,8 +74,6 @@ in }; }; - # List packages installed in system profile. To search, run: - # $ nix search wget environment.systemPackages = with pkgs; [ # Applications