diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index 96ae7dfc..9f381c7c 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -176,11 +176,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 diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 1d3233c2..e8d565d0 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