Add MangoWM configuration and scripts for window management on scrolling layout

This commit is contained in:
2026-06-12 10:56:57 +02:00
parent 434f14707c
commit c9f2d4eccf
6 changed files with 386 additions and 0 deletions

View File

@ -30,6 +30,11 @@
inputs.home-manager.follows = "home-manager";
};
mangowm = {
url = "github:mangowm/mango";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:nix-community/stylix/master"; #Had to use branch or it would not build corrently
inputs.nixpkgs.follows = "nixpkgs";
@ -79,6 +84,7 @@
home-manager,
plasma-manager,
noctalia,
mangowm,
nixos-hardware,
aagl,
stylix,