1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-24 01:41:12 +01:00

librewolf: add module

This commit is contained in:
Jonas Heinrich 2022-03-14 12:53:42 +01:00 committed by Robert Helgesson
parent 66d7007e43
commit 2c94b9801f
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 70 additions and 0 deletions

View file

@ -597,6 +597,14 @@ in
migrate the blur settings to use 'services.picom.settings' instead.
'';
}
{
time = "2022-07-13T13:28:54+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'programs.librewolf'.
'';
}
];
};
}