mirror of
https://github.com/nix-community/home-manager
synced 2024-11-18 17:19:45 +01:00
521a03d8bf
Fnott is a keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors. There are four unit test to validate behavior for an empty configuration, the default configuration, global properties and systemd service file generation.
6 lines
214 B
Nix
6 lines
214 B
Nix
{
|
|
fnott-empty-settings = ./empty-settings.nix;
|
|
fnott-example-settings = ./example-settings.nix;
|
|
fnott-global-properties = ./global-properties.nix;
|
|
fnott-systemd-user-service = ./systemd-user-service.nix;
|
|
}
|