[NixOS] Move to home-manager

This commit is contained in:
2021-07-13 03:37:03 -06:00
parent 417524f92a
commit ff6d984d4c
34 changed files with 119 additions and 278 deletions

View File

@@ -10,7 +10,7 @@ build-type: Simple
extra-source-files: README.org
cabal-version: >=1.10
executable imalison-taffybar
executable taffybar
hs-source-dirs: .
main-is: taffybar.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N

View File

@@ -145,7 +145,7 @@ main = do
(\size _ -> lift $ loadPixbufByName size "application-default-icon")
layout = layoutNew defaultLayoutConfig
windows = windowsNew defaultWindowsConfig
notifySystemD = void $ runCommandFromPath ["systemd-notify", "--ready"]
myWorkspacesConfig =
defaultWorkspacesConfig
{ underlineHeight = 3
@@ -229,7 +229,6 @@ main = do
-- , startWidgets = []
}
startTaffybar $
appendHook notifySystemD $
appendHook (void $ getHost False) $
withLogServer $
withToggleServer $