fixes & sync with desktop

This commit is contained in:
2025-11-12 16:27:18 +00:00
parent a10c4ef372
commit 2ff2b7f8bc
7 changed files with 145 additions and 211 deletions
+5 -5
View File
@@ -35,20 +35,20 @@
# Hyprland & Plugins Overlays
(final: prev: {
hyprlandPlugins = prev.hyprlandPlugins // {
hyprexpo = inputs.hyprland-plugins.packages.${prev.system}.hyprexpo;
hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
hyprexpo = inputs.hyprland-plugins.packages.${prev.stdenv.hostPlatform.system}.hyprexpo;
hyprbars = inputs.hyprland-plugins.packages.${prev.stdenv.hostPlatform.system}.hyprbars;
};
})
(final: prev: {
hyprland = inputs.hyprland.packages.${prev.system}.hyprland;
hyprland = inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
})
(final: prev: {
xdg-desktop-portal-hyprland = inputs.hyprland.packages.${prev.system}.xdg-desktop-portal-hyprland;
xdg-desktop-portal-hyprland = inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
})
# Quickshell Overlays
(final: prev: {
quickshell = inputs.quickshell.packages.${prev.system}.quickshell;
quickshell = inputs.quickshell.packages.${prev.stdenv.hostPlatform.system}.quickshell;
})
];
};