Adds Hyprland config

This commit is contained in:
2025-02-01 13:00:51 -08:00
parent 89f2094cf4
commit 6adffaf87b
5 changed files with 483 additions and 60 deletions

View File

@@ -11,8 +11,12 @@
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
hy3 = {
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
split-monitor-workspaces = {
url = "github:Duckonaut/split-monitor-workspaces";
inputs.hyprland.follows = "hyprland";
};
};
@@ -30,6 +34,7 @@
home-manager.extraSpecialArgs = { inherit inputs; };
}
];
specialArgs = { inherit inputs; };
};
};
}