1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-24 19:29:40 +01:00

wayfire: add module (#6066)

Adds a Module for the Wayfire Compositor. Also allows managing the wf-shell configuration.
This commit is contained in:
1444 2025-01-08 16:18:57 +01:00 committed by GitHub
parent 45bcdbc910
commit 456e599f91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 280 additions and 1 deletions

View file

@ -1861,7 +1861,6 @@ in {
Some plugins require this to be set to 'false' to function correctly.
'';
}
{
time = "2024-12-08T17:22:13+00:00";
condition = let
@ -1947,6 +1946,20 @@ in {
speed, features, or native UIs. Ghostty provides all three.
'';
}
{
time = "2025-01-04T15:00:00+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'wayland.windowManager.wayfire'.
Wayfire is a 3D Wayland compositor, inspired by Compiz and based on
wlroots. It aims to create a customizable, extendable and lightweight
environment without sacrificing its appearance.
This Home Manager module allows you to configure both wayfire itself,
as well as wf-shell.
'';
}
];
};
}