diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-26 12:31:29 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-26 12:31:29 -0700 |
| commit | ba00e9318e18f2c8bd62fa6fb19b2cf73773daae (patch) | |
| tree | d9b68d2a0e5a146b087a4286d94f8c52a858b74a /roles/home/desktop/fcitx5.nix | |
| parent | 3b80789de380e8cc9e32ef5a575a434ce10b3e71 (diff) | |
unify param ordering
Diffstat (limited to 'roles/home/desktop/fcitx5.nix')
| -rw-r--r-- | roles/home/desktop/fcitx5.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/home/desktop/fcitx5.nix b/roles/home/desktop/fcitx5.nix index e68312d..3b3e537 100644 --- a/roles/home/desktop/fcitx5.nix +++ b/roles/home/desktop/fcitx5.nix @@ -1,5 +1,5 @@ # This file only handles theming of fcitx5. -{ lib, pkgs, config, ... }: +{ config, lib, pkgs, ... }: lib.mkIf config.home.roles.desktop.enable { xdg.dataFile."fcitx5/themes/nix-theme/theme.conf".source = let c = config.theme.colors; in (pkgs.formats.ini { }).generate "what" { |