1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 09:28:32 +02:00
home-manager/tests/modules
Thiago Kenji Okada 98d030f723
rofi: add support to custom themes
If this commit now it is possible to define a custom theme directly
using Nix, like this:

```nix
{
   programs.rofi.theme = {
      "*" = {
         background-color = "#000000";
         border-color = "FFFFFF";
         width = 512;
      };
      listview = {
         cycle = true;
      };
   };
}
```

And this will be converted to the proper rasi format to be used in
rofi.
2021-01-30 09:13:28 +01:00
..
accounts git: set SSL if useStartTls is false 2020-08-13 21:36:31 +02:00
config/i18n i18n: set the appropriate LOCALE_ARCHIVE_x_xx variable (#1659) 2021-01-23 15:56:38 +01:00
files files: make sure the target file name is escaped 2020-08-29 18:22:03 +02:00
home-environment i18n: various fixes 2021-01-23 16:40:25 +01:00
misc xdg: disambiguate home.file attribute names 2020-10-22 23:51:01 +02:00
programs rofi: add support to custom themes 2021-01-30 09:13:28 +01:00
services redshift/gammastep: add tests 2021-01-26 01:40:25 -03:00
systemd i18n: various fixes 2021-01-23 16:40:25 +01:00
targets-darwin tree-wide: update url to the repo 2020-10-22 22:41:56 +02:00
targets-linux i18n: set the appropriate LOCALE_ARCHIVE_x_xx variable (#1659) 2021-01-23 15:56:38 +01:00
xresources xresources: add missing test file 2020-06-28 11:23:34 +02:00