Revert "[NixOS] Use default taffybar package"

This reverts commit 3e774e37f9.
This commit is contained in:
2024-12-12 01:01:34 -07:00
parent f077cc647b
commit f40788cd15
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{ {
imports = [ imports = [
../configuration.nix ../configuration.nix
# inputs.nixos-hardware.nixosModules.asus-rog-strix-g834jzr inputs.nixos-hardware.nixosModules.asus-rog-strix-g834jzr
]; ];
hardware.nvidia.open = true; hardware.nvidia.open = true;

View File

@@ -24,8 +24,12 @@ makeEnable config "myModules.xmonad" true {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Haskell Desktop # Haskell Desktop
haskellPackages.xmonad haskellPackages.xmonad
haskellPackages.imalison-xmonad
# haskellPackages.notifications-tray-icon # haskellPackages.notifications-tray-icon
haskellPackages.gtk-sni-tray
haskellPackages.status-notifier-item haskellPackages.status-notifier-item
haskellPackages.dbus-hslogger
inputs.imalison-taffybar.defaultPackage."${pkgs.system}"
]; ];
home-manager.users = forEachUser { home-manager.users = forEachUser {
@@ -37,6 +41,7 @@ makeEnable config "myModules.xmonad" true {
services.taffybar = { services.taffybar = {
enable = true; enable = true;
package = inputs.imalison-taffybar.defaultPackage."${pkgs.system}";
}; };
services.kdeconnect = { services.kdeconnect = {