refinement, cleanup, fixes

This commit is contained in:
2025-05-21 18:57:46 +02:00
parent ab93aae1b6
commit e4e8d86131
17 changed files with 125 additions and 695 deletions
+9
View File
@@ -35,7 +35,16 @@
};
in
{
nixosConfigurations = {
nixpkgs.overlays = [
(final: prev: {
hyprlandPlugins = prev.hyprlandPlugins // {
hyprexpo = inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo;
};
})
];
darp8 = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs; cfg = defaultCfg; };
modules = [