Remove references to qt5

This commit is contained in:
Natsu Kagami 2024-06-03 21:42:44 +02:00
parent 5d5609e5a9
commit 9f9c76d0d2
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 2 additions and 2 deletions

View file

@ -769,7 +769,7 @@ in
}; };
config.home.packages = mkIf cfg.enable (with pkgs; [ config.home.packages = mkIf cfg.enable (with pkgs; [
# Needed for QT_QPA_PLATFORM # Needed for QT_QPA_PLATFORM
qt5.qtwayland kdePackages.qtwayland
# For waybar # For waybar
font-awesome font-awesome
]); ]);

View file

@ -272,7 +272,7 @@ in
libsForQt5.qtkeychain libsForQt5.qtkeychain
## Wayland ## Wayland
qt5.qtwayland kdePackages.qtwayland
]; ];
# Add a reliable terminal # Add a reliable terminal
programs.fish.enable = true; programs.fish.enable = true;