Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
61d83207df
@ -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
|
||||
|
@ -74,8 +74,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
# Applications
|
||||
|
Loading…
Reference in New Issue
Block a user