diff options
author | Linnnus <[email protected]> | 2024-04-29 08:54:22 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-29 08:54:22 +0200 |
commit | 16bbc166528b674751c638a6e2210b8d1d2bfa26 (patch) | |
tree | cf898bedfbf69237a890f58dc8d60feaaf1de2d3 /modules | |
parent | 4d1dded46c30434de31203c124327987dc45a7ad (diff) |
muhammed: Make iterm2/neovim respect system dark mode
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home-manager/iterm2/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/iterm2/default.nix b/modules/home-manager/iterm2/default.nix index 2293c80..4788e1d 100644 --- a/modules/home-manager/iterm2/default.nix +++ b/modules/home-manager/iterm2/default.nix @@ -48,6 +48,7 @@ in { config = mkIf cfg.enable { home.packages = [cfg.package]; + # TODO: Use the same overwriting approach as for qBittorrent. home.file = mkIf (cfg.config != null) { "/Library/Preferences/com.googlecode.iterm2.plist".text = toPlist {} cfg.config; }; |