Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
Ivan Malison 2019-03-20 21:53:32 -07:00
commit 61d83207df
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 4 deletions

View File

@ -176,11 +176,12 @@ main = do
] ]
simpleTaffyConfig = selectedConfig simpleTaffyConfig = selectedConfig
{ centerWidgets = map (>>= buildContentsBox) [] { centerWidgets = map (>>= buildContentsBox) []
-- , endWidgets = [] , endWidgets = []
, startWidgets = []
} }
startTaffybar $ startTaffybar $
appendHook notifySystemD $ appendHook notifySystemD $
appendHook (void $ getHost False) $ appendHook (getHost False) $
withLogServer $ withLogServer $
withToggleServer $ withToggleServer $
toTaffyConfig simpleTaffyConfig toTaffyConfig simpleTaffyConfig

View File

@ -74,8 +74,6 @@ in
}; };
}; };
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Applications # Applications