[NixOS] Use default taffybar package

This commit is contained in:
2024-11-24 01:31:19 -07:00
parent 574885f327
commit 3e774e37f9

View File

@@ -24,12 +24,8 @@ 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 {
@@ -41,7 +37,6 @@ makeEnable config "myModules.xmonad" true {
services.taffybar = {
enable = true;
package = inputs.imalison-taffybar.defaultPackage."${pkgs.system}";
};
services.kdeconnect = {