update inputs

This commit is contained in:
2026-06-15 12:27:26 +01:00
parent 9564ed1e72
commit adf810d332
2 changed files with 33 additions and 65 deletions
-5
View File
@@ -27,10 +27,6 @@
inputs.hyprutils.follows = "hyprland/hyprutils";
inputs.systems.follows = "hyprland/systems";
};
quickshell = {
follows = "dms/quickshell";
};
};
outputs = { self, nixpkgs, hyprland, ... }@inputs:
@@ -48,7 +44,6 @@
focus = inputs.focus-editor.packages.${system}.focus;
hyprland = inputs.hyprland.packages.${system}.hyprland;
hyprpwcenter = inputs.hyprpwcenter.packages.${system}.hyprpwcenter;
quickshell = inputs.quickshell.packages.${system}.quickshell;
xdg-desktop-portal-hyprland = inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
})
];