Remove references to qt5
This commit is contained in:
parent
5d5609e5a9
commit
9f9c76d0d2
|
@ -769,7 +769,7 @@ in
|
|||
};
|
||||
config.home.packages = mkIf cfg.enable (with pkgs; [
|
||||
# Needed for QT_QPA_PLATFORM
|
||||
qt5.qtwayland
|
||||
kdePackages.qtwayland
|
||||
# For waybar
|
||||
font-awesome
|
||||
]);
|
||||
|
|
|
@ -272,7 +272,7 @@ in
|
|||
libsForQt5.qtkeychain
|
||||
|
||||
## Wayland
|
||||
qt5.qtwayland
|
||||
kdePackages.qtwayland
|
||||
];
|
||||
# Add a reliable terminal
|
||||
programs.fish.enable = true;
|
||||
|
|
Loading…
Reference in a new issue