<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Mango</id>
	<title>Mango - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Mango"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Mango&amp;action=history"/>
	<updated>2026-08-08T01:02:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Mango&amp;diff=34109&amp;oldid=prev</id>
		<title>Cktiel: Article creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Mango&amp;diff=34109&amp;oldid=prev"/>
		<updated>2026-08-01T10:28:42Z</updated>

		<summary type="html">&lt;p&gt;Article creation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[https://mangowm.github.io/ Mango] is a lightweight, modern [[Wayland]] compositor based on [https://codeberg.org/dwl/dwl dwl]. Mango provides features like animations, IPC, different layouts and visual effects.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
As of August 2026, the mango module is not present by default in NixOS and [[Home Manager]] and needs to be imported using [[Flakes]].&lt;br /&gt;
&lt;br /&gt;
Here is an example flake:&lt;br /&gt;
&lt;br /&gt;
{{file|3={&lt;br /&gt;
  inputs = {&lt;br /&gt;
    nixpkgs.url = &amp;quot;github:nixos/nixpkgs?ref=nixos-unstable&amp;quot;;&lt;br /&gt;
	mango = {&lt;br /&gt;
      url = &amp;quot;github:mangowm/mango&amp;quot;;&lt;br /&gt;
      inputs.nixpkgs.follows = &amp;quot;nixpkgs&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
  outputs = { self, nixpkgs, mango, ... } @ inputs: &lt;br /&gt;
  {&lt;br /&gt;
	nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {&lt;br /&gt;
	  specialArgs = { inherit inputs; };&lt;br /&gt;
	  modules = [ ./configuration.nix ];&lt;br /&gt;
	};&lt;br /&gt;
  };&lt;br /&gt;
}|name=flake.nix|lang=nix}}&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
After adding the new input, mango can be configured using [[Home Manager]]:&lt;br /&gt;
{{file|3={ config, pkgs, inputs, ... }:&lt;br /&gt;
{&lt;br /&gt;
  imports = [&lt;br /&gt;
    inputs.mango.hmModules.mango&lt;br /&gt;
  ];&lt;br /&gt;
  wayland.windowManager.mango= {&lt;br /&gt;
    enable = true;&lt;br /&gt;
    settings = {&lt;br /&gt;
      animations = 0;&lt;br /&gt;
      bordercolor=&amp;quot;0x595959aa&amp;quot;;&lt;br /&gt;
      bind = [&lt;br /&gt;
        &amp;quot;SUPER,r,reload_config&amp;quot;&lt;br /&gt;
        &amp;quot;SUPER,space,spawn,fuzzel&amp;quot;&lt;br /&gt;
        &amp;quot;SUPER,Return,spawn,foot&amp;quot;&lt;br /&gt;
      ];&lt;br /&gt;
    };&lt;br /&gt;
  };&lt;br /&gt;
}|name=home.nix|lang=nix}}&lt;br /&gt;
&lt;br /&gt;
Extra documentation can be found on the [https://mangowm.github.io/docs/nix-options official website].&lt;br /&gt;
[[Category:Window managers]]&lt;br /&gt;
[[Category:Applications]]&lt;/div&gt;</summary>
		<author><name>Cktiel</name></author>
	</entry>
</feed>