forked from colonelpanic/dotfiles
Revert "[NixOS] Use default taffybar package"
This reverts commit 3e774e37f9.
This commit is contained in:
@@ -24,8 +24,12 @@ makeEnable config "myModules.xmonad" true {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Haskell Desktop
|
||||
haskellPackages.xmonad
|
||||
haskellPackages.imalison-xmonad
|
||||
# haskellPackages.notifications-tray-icon
|
||||
haskellPackages.gtk-sni-tray
|
||||
haskellPackages.status-notifier-item
|
||||
haskellPackages.dbus-hslogger
|
||||
inputs.imalison-taffybar.defaultPackage."${pkgs.system}"
|
||||
];
|
||||
|
||||
home-manager.users = forEachUser {
|
||||
@@ -37,6 +41,7 @@ makeEnable config "myModules.xmonad" true {
|
||||
|
||||
services.taffybar = {
|
||||
enable = true;
|
||||
package = inputs.imalison-taffybar.defaultPackage."${pkgs.system}";
|
||||
};
|
||||
|
||||
services.kdeconnect = {
|
||||
|
||||
Reference in New Issue
Block a user